diff options
author | Aaro Koskinen <aaro.koskinen@nokia.com> | 2010-11-18 19:59:49 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-11-24 16:48:47 -0800 |
commit | 87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa (patch) | |
tree | 03e65e608d62d436abe00fc1d14a2889be8bc980 /arch/arm/mach-omap1/mailbox.c | |
parent | dba5e190fcbe2a76b1a867ec6cbe9d7009e43708 (diff) |
arm: omap1: mbox: delete unused variable
Delete unused variable from probe().
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/mailbox.c')
-rw-r--r-- | arch/arm/mach-omap1/mailbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c index 12d68801450f..c0e1f48aa119 100644 --- a/arch/arm/mach-omap1/mailbox.c +++ b/arch/arm/mach-omap1/mailbox.c @@ -145,7 +145,6 @@ static int __devinit omap1_mbox_probe(struct platform_device *pdev) { struct resource *mem; int ret; - int i; struct omap_mbox **list; list = omap1_mboxes; |