diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 18:21:02 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 23:15:58 -0700 |
commit | 050bbb196392b9c178f82b1205a23dd2f915ee93 (patch) | |
tree | 7558fc040ea5cfedefd56f0e5412b15ee23d8228 /drivers/net/sunhme.h | |
parent | 9e326acf567b605cf4177081cc7367c24ec10a66 (diff) |
[NET] sunhme: Convert to new SBUS driver framework.
And make it a real PCI driver too.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sunhme.h')
-rw-r--r-- | drivers/net/sunhme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sunhme.h b/drivers/net/sunhme.h index 34e9f953cea4..9b7ccaeeee89 100644 --- a/drivers/net/sunhme.h +++ b/drivers/net/sunhme.h @@ -461,7 +461,6 @@ struct happy_meal { struct net_device *dev; /* Backpointer */ struct quattro *qfe_parent; /* For Quattro cards */ int qfe_ent; /* Which instance on quattro */ - struct happy_meal *next_module; }; /* Here are the happy flags. */ |