Blackfin: ip0x: fix unused variable warning
authorMike Frysinger <vapier@gentoo.org>
Fri, 18 Mar 2011 09:15:52 +0000 (05:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 18 Mar 2011 09:17:02 +0000 (05:17 -0400)
The previous commit that changed this code to the common GPIO layers
forgot to delete the local and now unused "i" variable.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf533/boards/ip0x.c

index f869a3711480d233af5e61b9f5292c603709f57f..a377d8afea0389523e386ddc98046af3463ab947 100644 (file)
@@ -289,8 +289,6 @@ static struct platform_device *ip0x_devices[] __initdata = {
 
 static int __init ip0x_init(void)
 {
-       int i;
-
        printk(KERN_INFO "%s(): registering device resources\n", __func__);
        platform_add_devices(ip0x_devices, ARRAY_SIZE(ip0x_devices));
 
This page took 0.024432 seconds and 5 git commands to generate.