--- zzzz-none-000/linux-2.4.17/include/asm-ppc/mpc8260.h 2001-05-21 22:02:06.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/include/asm-ppc/mpc8260.h 2004-11-24 13:21:50.000000000 +0000 @@ -1,5 +1,5 @@ /* - * BK Id: SCCS/s.mpc8260.h 1.5 05/17/01 18:14:25 cort + * BK Id: SCCS/s.mpc8260.h 1.13 11/28/01 10:22:04 paulus */ /* This is the single file included by all MPC8260 build options. @@ -17,7 +17,27 @@ #ifdef CONFIG_8260 #ifdef CONFIG_EST8260 -#include +#include +#endif + +#ifdef CONFIG_SBS8260 +#include +#endif + +#ifdef CONFIG_RPX6 +#include +#endif + +#ifdef CONFIG_ADS8260 +#include +#endif + +#ifdef CONFIG_WILLOW +#include +#endif + +#ifdef CONFIG_TQM8260 +#include #endif /* I don't yet have the ISA or PCI stuff done....no 8260 with @@ -36,12 +56,8 @@ */ #include -extern int request_8xxirq(unsigned int irq, - void (*handler)(int, void *, struct pt_regs *), - unsigned long flags, - const char *device, - void *dev_id); +#define request_8xxirq request_irq #endif /* CONFIG_8260 */ -#endif +#endif /* !__CONFIG_8260_DEFS */ #endif /* __KERNEL__ */