summaryrefslogtreecommitdiff
path: root/arch/arm/mach-gemini/common.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-01-04 13:38:03 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-03-14 20:14:03 (GMT)
commit662146b155c09d4b1fd01b5a1fb4e8464cce6685 (patch)
treeb361c8a3970ecbca99aee5f78ff53c86b2a8aedd /arch/arm/mach-gemini/common.h
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff)
downloadlinux-fsl-qoriq-662146b155c09d4b1fd01b5a1fb4e8464cce6685.tar.xz
ARM: gemini: get platform to build again
There is no defconfig file for gemini, which has lead to a lot of bitrot. This makes the broken board files, the gpio implementation and the reset logic work again, and fixes the build warnings that got introduced with the changes to the readl/writel prototypes. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-gemini/common.h')
-rw-r--r--arch/arm/mach-gemini/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/common.h b/arch/arm/mach-gemini/common.h
index 7670c39..38a4526 100644
--- a/arch/arm/mach-gemini/common.h
+++ b/arch/arm/mach-gemini/common.h
@@ -26,4 +26,6 @@ extern int platform_register_pflash(unsigned int size,
struct mtd_partition *parts,
unsigned int nr_parts);
+extern void gemini_restart(char mode, const char *cmd);
+
#endif /* __GEMINI_COMMON_H__ */