kernel/arch/sh/include/asm/pci.h
.. .. @@ -2,8 +2,6 @@ 2 2 #ifndef __ASM_SH_PCI_H 3 3 #define __ASM_SH_PCI_H 4 4 5 -#ifdef __KERNEL__6 -7 5 /* Can be used to override the logic in pci_scan_bus for skipping 8 6 already-configured bus numbers - to be used for buggy BIOSes 9 7 or architectures with incomplete PCI setup by the loader */ .. .. @@ -96,6 +94,4 @@ 96 94 return channel ? 15 : 14; 97 95 } 98 96 99 -#endif /* __KERNEL__ */100 97 #endif /* __ASM_SH_PCI_H */ 101 -