X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fmachdep.h;h=a20b499b0186c6606aa8be36f5a182314c5ed0ae;hb=a2e4e108c511738fb3bc2bb2fedd593da9913764;hp=e1a0a7b213d7bdbc313cf043572e1983f0304b3a;hpb=d62e54abca1146981fc9f98f85ff398a113a22c2;p=powerpc.git diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h index e1a0a7b213..a20b499b01 100644 --- a/include/asm-ppc/machdep.h +++ b/include/asm-ppc/machdep.h @@ -2,17 +2,12 @@ #ifndef _PPC_MACHDEP_H #define _PPC_MACHDEP_H -#include #include #include #include #include -#ifdef CONFIG_APUS -#include -#endif - struct pt_regs; struct pci_bus; struct pci_dev; @@ -44,7 +39,7 @@ struct machdep_calls { /* Optional, may be NULL. */ unsigned int (*irq_canonicalize)(unsigned int irq); void (*init_IRQ)(void); - int (*get_irq)(struct pt_regs *); + int (*get_irq)(void); /* A general init function, called by ppc_init in init/main.c. May be NULL. DEPRECATED ! */