hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sh/include/asm/pci.h
....@@ -2,8 +2,6 @@
22 #ifndef __ASM_SH_PCI_H
33 #define __ASM_SH_PCI_H
44
5
-#ifdef __KERNEL__
6
-
75 /* Can be used to override the logic in pci_scan_bus for skipping
86 already-configured bus numbers - to be used for buggy BIOSes
97 or architectures with incomplete PCI setup by the loader */
....@@ -96,6 +94,4 @@
9694 return channel ? 15 : 14;
9795 }
9896
99
-#endif /* __KERNEL__ */
10097 #endif /* __ASM_SH_PCI_H */
101
-