summaryrefslogtreecommitdiffstats
path: root/include/linux/vexpress.h
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2014-02-06 14:33:44 +0000
committerPawel Moll <pawel.moll@arm.com>2014-05-15 17:02:21 +0100
commit6b2c31c71d6fa8896c5f3f2354d790a5bd3f0a1e (patch)
treec7fbe44c9b0c33d7b3c379bf74c03bd69fabb0f1 /include/linux/vexpress.h
parentd2606f81d5632f873884f1988fb2e9d3f057fcb6 (diff)
downloadlinux-6b2c31c71d6fa8896c5f3f2354d790a5bd3f0a1e.tar.gz
linux-6b2c31c71d6fa8896c5f3f2354d790a5bd3f0a1e.tar.xz
ARM: vexpress: move HBI check to sysreg driver
The last reason for static memory mapping is the HBI (board identification number) check early in the machine code. Moving the check to the sysreg driver makes it possible to completely remove the early mapping and init functions. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Acked-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/vexpress.h')
-rw-r--r--include/linux/vexpress.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vexpress.h b/include/linux/vexpress.h
index 46636e3f43fd..a4c9547aae64 100644
--- a/include/linux/vexpress.h
+++ b/include/linux/vexpress.h
@@ -60,7 +60,6 @@ struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
unsigned int vexpress_get_mci_cardin(struct device *dev);
u32 vexpress_get_procid(int site);
-u32 vexpress_get_hbi(int site);
void *vexpress_get_24mhz_clock_base(void);
void vexpress_flags_set(u32 data);