mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
Jazzsonic: Fix warning about unused variable.
Caused by "[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()"
aka 0795af5729
.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
2843e7f7d6
commit
6629b97d57
@ -208,7 +208,6 @@ static int __init jazz_sonic_probe(struct platform_device *pdev)
|
||||
struct sonic_local *lp;
|
||||
struct resource *res;
|
||||
int err = 0;
|
||||
int i;
|
||||
DECLARE_MAC_BUF(mac);
|
||||
|
||||
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user