From: James Bottomley Date: Sat, 13 Jun 2009 20:51:08 +0000 (-0500) Subject: Revert "[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7cbdca23c8a4e6d007b62c9136ba0e5f86e069d0;p=linux-beck.git 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 which is the wrong fix. Signed-off-by: James Bottomley --- diff --git a/drivers/net/cnic.c b/drivers/net/cnic.c index 44f77eb1180f..a9e2fd35bb41 100644 --- a/drivers/net/cnic.c +++ b/drivers/net/cnic.c @@ -25,8 +25,6 @@ #include #include #include -#include - #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE) #define BCM_VLAN 1 #endif