dect
/
linux-2.6
Archived
13
0
Fork 0

[ARM] rpc: etherh: fix unused variable warning

Fix:
  drivers/net/arm/etherh.c:650: warning: unused variable `i'

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2008-04-19 15:12:23 +01:00 committed by Russell King
parent d70ac829b7
commit 36149f02cb
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ etherh_probe(struct expansion_card *ec, const struct ecard_id *id)
struct ei_device *ei_local;
struct net_device *dev;
struct etherh_priv *eh;
int i, ret;
int ret;
DECLARE_MAC_BUF(mac);
etherh_banner();