kernel/arch/arm/include/asm/smp_twd.h
.. .. @@ -19,20 +19,4 @@ 19 19 #define TWD_TIMER_CONTROL_PERIODIC (1 << 1) 20 20 #define TWD_TIMER_CONTROL_IT_ENABLE (1 << 2) 21 21 22 -#include <linux/ioport.h>23 -24 -struct twd_local_timer {25 - struct resource res[2];26 -};27 -28 -#define DEFINE_TWD_LOCAL_TIMER(name,base,irq) \29 -struct twd_local_timer name __initdata = { \30 - .res = { \31 - DEFINE_RES_MEM(base, 0x10), \32 - DEFINE_RES_IRQ(irq), \33 - }, \34 -};35 -36 -int twd_local_timer_register(struct twd_local_timer *);37 -38 22 #endif