Commit 36149f02 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] rpc: etherh: fix unused variable warning

Fix:
  drivers/net/arm/etherh.c:650: warning: unused variable `i'
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d70ac829
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment