From: Aaro Koskinen Date: Thu, 18 Nov 2010 17:59:49 +0000 (+0200) Subject: arm: omap1: mbox: delete unused variable X-Git-Tag: v2.6.38-rc1~469^2~64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa;p=karo-tx-linux.git arm: omap1: mbox: delete unused variable Delete unused variable from probe(). Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- 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;