X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Finterrupt.h;h=990355fbc54ee64004f7a2150552b2db2d1e6682;hb=b840d79631c882786925303c2b0f4fefc31845ed;hp=7e85a6e89e417f551d8e966fa59827dab19f3d28;hpb=c3d80000e3a812fe5a200d6bde755fbd7fa65481;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 7e85a6e89e4..990355fbc54 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -253,9 +253,6 @@ enum BLOCK_SOFTIRQ, TASKLET_SOFTIRQ, SCHED_SOFTIRQ, -#ifdef CONFIG_HIGH_RES_TIMERS - HRTIMER_SOFTIRQ, -#endif RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ NR_SOFTIRQS @@ -467,4 +464,10 @@ static inline void init_irq_proc(void) int show_interrupts(struct seq_file *p, void *v); +struct irq_desc; + +extern int early_irq_init(void); +extern int arch_early_irq_init(void); +extern int arch_init_chip_data(struct irq_desc *desc, int cpu); + #endif