X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Firq.h;h=d64a6d49bdef0c9d194db7bb555d6718de4a4157;hp=0e40af4bac40740dad7b7eea4e52d80e37ce90e4;hb=43a256322ac1fc105c181b3cade3b9bfc0b63ca1;hpb=b2e2fe99628c4f944c3075258e536197b5a4f3f8 diff --git a/include/linux/irq.h b/include/linux/irq.h index 0e40af4..d64a6d4 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -193,9 +193,6 @@ struct irq_desc { const char *name; } ____cacheline_internodealigned_in_smp; -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); extern void arch_init_copy_chip_data(struct irq_desc *old_desc, struct irq_desc *desc, int cpu); extern void arch_free_chip_data(struct irq_desc *old_desc, struct irq_desc *desc);