aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/mailbox.c
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@nokia.com>2010-11-18 19:59:49 +0200
committerTony Lindgren <tony@atomide.com>2010-11-24 16:48:47 -0800
commit87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa (patch)
tree03e65e608d62d436abe00fc1d14a2889be8bc980 /arch/arm/mach-omap1/mailbox.c
parentdba5e190fcbe2a76b1a867ec6cbe9d7009e43708 (diff)
downloadkernel_samsung_smdk4412-87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa.zip
kernel_samsung_smdk4412-87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa.tar.gz
kernel_samsung_smdk4412-87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa.tar.bz2
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c
index 12d6880..c0e1f48 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;