Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cbdca23 authored by James Bottomley's avatar James Bottomley
Browse files

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



This reverts commit bc3bf8fd.

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

Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 1be7bd82
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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