summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2021-04-10 07:38:23 +0300
committerAnup Patel <anup@brainfault.org>2021-04-13 08:26:51 +0300
commitf41196a9d245f024a87a08e7d159ca6dc0a6c298 (patch)
tree0795173cb714bdae285b4363cfa08d8c13de1b85 /include
parente7e4bcd5b95ed9abcac850725edb1955e772ed3d (diff)
downloadopensbi-f41196a9d245f024a87a08e7d159ca6dc0a6c298.tar.xz
lib: sbi: Make sbi_domain_memregion_initfw() a local function
The sbi_domain_memregion_initfw() is no longer used outside sbi_domain.c so let's make it a local function. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Xiang W <wxjstz@126.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_domain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sbi/sbi_domain.h b/include/sbi/sbi_domain.h
index 27316de..15e3a53 100644
--- a/include/sbi/sbi_domain.h
+++ b/include/sbi/sbi_domain.h
@@ -127,9 +127,6 @@ bool sbi_domain_is_assigned_hart(const struct sbi_domain *dom, u32 hartid);
ulong sbi_domain_get_assigned_hartmask(const struct sbi_domain *dom,
ulong hbase);
-/** Initialize a domain memory region as firmware region */
-void sbi_domain_memregion_initfw(struct sbi_domain_memregion *reg);
-
/**
* Initialize a domain memory region based on it's physical
* address and size.