diff options
Diffstat (limited to 'arch/arm/mach-clps711x/common.h')
| -rw-r--r-- | arch/arm/mach-clps711x/common.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h deleted file mode 100644 index 9a6767bfdc47..000000000000 --- a/arch/arm/mach-clps711x/common.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * linux/arch/arm/mach-clps711x/common.h - * - * Common bits. - */ - -#include <linux/reboot.h> - -#define CLPS711X_NR_IRQS (33) -#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_handle_irq(struct pt_regs *regs); -extern void clps711x_restart(enum reboot_mode mode, const char *cmd); -extern void clps711x_init_early(void); |
