forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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 {