aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/reset.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-09-08 22:33:51 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-19 21:33:57 +0200
commite86bd43bcfc579cf8935c1913e92cb76b4ba81c2 (patch)
treed4973a357656f2ab6af07a4d07c86b6acd389a3c /arch/arm/mach-pxa/reset.c
parentARM: pxa: move regs-lcd.h into driver (diff)
downloadlinux-dev-e86bd43bcfc579cf8935c1913e92cb76b4ba81c2.tar.xz
linux-dev-e86bd43bcfc579cf8935c1913e92cb76b4ba81c2.zip
watchdog: sa1100: use platform device registration
Rather than relying on machine specific headers to pass down the reboot status and the register locations, use resources and platform_data. Aside from this, keep the changes to a minimum. Cc: Wim Van Sebroeck <wim@linux-watchdog.org> Cc: linux-watchdog@vger.kernel.org Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-pxa/reset.c')
-rw-r--r--arch/arm/mach-pxa/reset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/reset.c b/arch/arm/mach-pxa/reset.c
index af78405aa4e9..fcb791c5ae3e 100644
--- a/arch/arm/mach-pxa/reset.c
+++ b/arch/arm/mach-pxa/reset.c
@@ -11,9 +11,6 @@
#include <mach/reset.h>
#include <mach/smemc.h>
-unsigned int reset_status;
-EXPORT_SYMBOL(reset_status);
-
static void do_hw_reset(void);
static int reset_gpio = -1;