hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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
-