瀏覽代碼

qcacmn: Fix kernel module check patch warnings in PLD files

Fix kernel module check patch warnings in PLD files

Change-Id: I076a9634077dbabd6979f1b79778a89b222e1afd
CRs-fixed: 2033001
Manikandan Mohan 8 年之前
父節點
當前提交
e03493ddfb
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      pld_stub/inc/pld_common.h

+ 0 - 4
pld_stub/inc/pld_common.h

@@ -181,7 +181,6 @@ static inline int pld_wlan_disable(struct device *dev,
 }
 static inline void pld_is_pci_link_down(struct device *dev)
 {
-	return;
 }
 static inline int pld_wlan_pm_control(struct device *dev, bool vote)
 {
@@ -189,7 +188,6 @@ static inline int pld_wlan_pm_control(struct device *dev, bool vote)
 }
 static inline void pld_intr_notify_q6(struct device *dev)
 {
-	return;
 }
 
 static inline int pld_get_user_msi_assignment(struct device *dev,
@@ -241,11 +239,9 @@ static inline int pld_pm_runtime_request(struct device *dev,
 }
 static inline void pld_runtime_init(struct device *dev, int auto_delay)
 {
-	return;
 }
 static inline void pld_runtime_exit(struct device *dev)
 {
-	return;
 }
 static inline int pld_athdiag_read(struct device *dev,
 				   uint32_t offset, uint32_t memtype,