summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss/slic.h
diff options
context:
space:
mode:
authorDavid Matlack2014-05-24 06:04:54 +0200
committerGreg Kroah-Hartman2014-05-25 19:59:53 +0200
commit17dd4338f37634bcd28aeba988734eeccca46538 (patch)
tree47055ac67f039c6f21cb6274c8c44cf02411613f /drivers/staging/slicoss/slic.h
parentstaging: lustre: Fixed warnings about using 0 as NULL ptr (diff)
downloadkernel-qcow2-linux-17dd4338f37634bcd28aeba988734eeccca46538.tar.gz
kernel-qcow2-linux-17dd4338f37634bcd28aeba988734eeccca46538.tar.xz
kernel-qcow2-linux-17dd4338f37634bcd28aeba988734eeccca46538.zip
staging: slicoss: remove private netdev list
Remove the private linked list of netdev structs. This list isn't being used anyway. This patch has no noticable effect. Signed-off-by: David Matlack <matlackdavid@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/slicoss/slic.h')
-rw-r--r--drivers/staging/slicoss/slic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/slicoss/slic.h b/drivers/staging/slicoss/slic.h
index 15a24c024d22..3a5aa882b957 100644
--- a/drivers/staging/slicoss/slic.h
+++ b/drivers/staging/slicoss/slic.h
@@ -401,7 +401,6 @@ struct adapter {
uint card_size;
uint chipid;
struct net_device *netdev;
- struct net_device *next_netdevice;
struct slic_spinlock adapter_lock;
struct slic_spinlock reset_lock;
struct pci_dev *pcidev;