forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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 {