瀏覽代碼

Revert "[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’"

This reverts commit bc3bf8fd330ce981ce632a1a4a283eee46838f32.

All the commit did was add a second #include of <linux/module.h> which is
the wrong fix.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
James Bottomley 16 年之前
父節點
當前提交
7cbdca23c8
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/net/cnic.c

+ 0 - 2
drivers/net/cnic.c

@@ -25,8 +25,6 @@
 #include <linux/delay.h>
 #include <linux/delay.h>
 #include <linux/ethtool.h>
 #include <linux/ethtool.h>
 #include <linux/if_vlan.h>
 #include <linux/if_vlan.h>
-#include <linux/module.h>
-
 #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
 #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
 #define BCM_VLAN 1
 #define BCM_VLAN 1
 #endif
 #endif