Skip to content

Commit

Permalink
Revert "[SCSI] cnic: fix error: implicit declaration of function ‘__s…
Browse files Browse the repository at this point in the history
…ymbol_get’"

This reverts commit bc3bf8f.

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>
  • Loading branch information
James Bottomley authored and James Bottomley committed Jun 21, 2009
1 parent 1be7bd8 commit 7cbdca2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/cnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <linux/delay.h>
#include <linux/ethtool.h>
#include <linux/if_vlan.h>
#include <linux/module.h>

#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
#define BCM_VLAN 1
#endif
Expand Down

0 comments on commit 7cbdca2

Please sign in to comment.