Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c082bd1 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: ip0x: fix unused variable warning



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: default avatarMike Frysinger <vapier@gentoo.org>
parent 58ee0d3b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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));