Skip to content

Commit

Permalink
Blackfin: ip0x: fix unused variable warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger committed Mar 18, 2011
1 parent 58ee0d3 commit 0c082bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/blackfin/mach-bf533/boards/ip0x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 0c082bd

Please sign in to comment.