summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/pm.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-30 09:38:26 +0300
committerArnd Bergmann <arnd@arndb.de>2023-01-20 13:24:08 +0300
commitce79f3a1ad5fceda6149d1511ae3d1e13f32c14f (patch)
tree77f01e09d389eb4b438523131e941ef51c435737 /arch/arm/mach-pxa/pm.h
parent8ca79aaad8becbda085e740c521a792f281c8a6d (diff)
downloadlinux-ce79f3a1ad5fceda6149d1511ae3d1e13f32c14f.tar.xz
ARM: pxa: prune unused device support
pxa3xx is now DT-only, and the remaining pxa2xx board files only use a subset of the possible devices, so remove all definitions that are not referenced any more. Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-pxa/pm.h')
-rw-r--r--arch/arm/mach-pxa/pm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-pxa/pm.h b/arch/arm/mach-pxa/pm.h
index 00ea3529e30e..a16fa140883c 100644
--- a/arch/arm/mach-pxa/pm.h
+++ b/arch/arm/mach-pxa/pm.h
@@ -27,13 +27,3 @@ extern void pxa_pm_finish(void);
extern const char pm_enter_standby_start[], pm_enter_standby_end[];
extern int pxa3xx_finish_suspend(unsigned long);
-
-/* NOTE: this is for PM debugging on Lubbock, it's really a big
- * ugly, but let's keep the crap minimum here, instead of direct
- * accessing the LUBBOCK CPLD registers in arch/arm/mach-pxa/pm.c
- */
-#ifdef CONFIG_ARCH_LUBBOCK
-extern void lubbock_set_hexled(uint32_t value);
-#else
-#define lubbock_set_hexled(x)
-#endif