diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-01-04 14:38:03 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 21:14:03 +0100 |
commit | 662146b155c09d4b1fd01b5a1fb4e8464cce6685 (patch) | |
tree | b361c8a3970ecbca99aee5f78ff53c86b2a8aedd /arch/arm/mach-gemini/board-wbd111.c | |
parent | Linux 3.9-rc2 (diff) | |
download | linux-662146b155c09d4b1fd01b5a1fb4e8464cce6685.tar.xz linux-662146b155c09d4b1fd01b5a1fb4e8464cce6685.zip |
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/board-wbd111.c')
-rw-r--r-- | arch/arm/mach-gemini/board-wbd111.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/board-wbd111.c b/arch/arm/mach-gemini/board-wbd111.c index 3321cd6cc1f3..418188cd1712 100644 --- a/arch/arm/mach-gemini/board-wbd111.c +++ b/arch/arm/mach-gemini/board-wbd111.c @@ -130,4 +130,5 @@ MACHINE_START(WBD111, "Wiliboard WBD-111") .init_irq = gemini_init_irq, .init_time = gemini_timer_init, .init_machine = wbd111_init, + .restart = gemini_restart, MACHINE_END |