summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/pxa910.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-30 12:02:12 +0200
committerArnd Bergmann <arnd@arndb.de>2023-01-16 09:26:05 +0100
commit1027b4df8354c55a5ed538e391d4cf9c509b74a7 (patch)
tree7c1603ef48b24ffb546e5c15c7206ec0127d2559 /arch/arm/mach-mmp/pxa910.h
parent77acc85ce797a4a19a46c9677dec5a9910c6e4e7 (diff)
ARM: mmp: remove old PM support
Assuming that we don't actually want the old-style pm-mmp2.c and pm-pxa910.c implementation, all these files can go away as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mmp/pxa910.h')
-rw-r--r--arch/arm/mach-mmp/pxa910.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-mmp/pxa910.h b/arch/arm/mach-mmp/pxa910.h
deleted file mode 100644
index 66a691d89ae1..000000000000
--- a/arch/arm/mach-mmp/pxa910.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_MACH_PXA910_H
-#define __ASM_MACH_PXA910_H
-
-extern void pxa910_timer_init(void);
-extern void __init pxa910_init_irq(void);
-
-#include <linux/i2c.h>
-#include <linux/irqchip/mmp.h>
-
-#endif /* __ASM_MACH_PXA910_H */