diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-09-02 19:15:00 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-02 19:15:00 +0300 |
commit | f5b065693be584813e6233b6e6036080c39cd2b6 (patch) | |
tree | 831a459de26fd55adac1a5dc2d2cd78c26ea2a59 /arch/arm/mach-clps711x/common.h | |
parent | c964cdc3694fb9b9975e1a5a098d208b1d49c885 (diff) | |
download | linux-f5b065693be584813e6233b6e6036080c39cd2b6.tar.xz |
ARM: clps711x: remove extraneous files
We removed support for board files in clps711x in Linux-4.8, but
I accidentally left the unused files behind. Let's kill them
off for real this time.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-clps711x/common.h')
-rw-r--r-- | arch/arm/mach-clps711x/common.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h deleted file mode 100644 index 370200b26333..000000000000 --- a/arch/arm/mach-clps711x/common.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * linux/arch/arm/mach-clps711x/common.h - * - * Common bits. - */ - -#include <linux/reboot.h> - -#define CLPS711X_NR_GPIO (4 * 8 + 3) -#define CLPS711X_GPIO(prt, bit) ((prt) * 8 + (bit)) - -extern void clps711x_map_io(void); -extern void clps711x_init_irq(void); -extern void clps711x_timer_init(void); -extern void clps711x_restart(enum reboot_mode mode, const char *cmd); - -/* drivers/irqchip/irq-clps711x.c */ -void clps711x_intc_init(phys_addr_t, resource_size_t); -/* drivers/clk/clk-clps711x.c */ -void clps711x_clk_init(void __iomem *base); -/* drivers/clocksource/clps711x-timer.c */ -void clps711x_clksrc_init(void __iomem *tc1_base, void __iomem *tc2_base, - unsigned int irq); |