forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/pci/hotplug/cpqphp_nvram.h
....@@ -16,10 +16,7 @@
1616
1717 #ifndef CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM
1818
19
-static inline void compaq_nvram_init(void __iomem *rom_start)
20
-{
21
- return;
22
-}
19
+static inline void compaq_nvram_init(void __iomem *rom_start) { }
2320
2421 static inline int compaq_nvram_load(void __iomem *rom_start, struct controller *ctrl)
2522 {