Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
drivers/net/cnic.c
··· 25 25 #include <linux/delay.h> 26 26 #include <linux/ethtool.h> 27 27 #include <linux/if_vlan.h> 28 - #include <linux/module.h> 29 - 30 28 #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE) 31 29 #define BCM_VLAN 1 32 30 #endif