From: Aaro Koskinen Date: Thu, 18 Nov 2010 17:59:49 +0000 (+0200) Subject: arm: omap1: mbox: delete unused variable X-Git-Tag: firefly_0821_release~7613^2~3115^2~64 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87aedfe25a754a3ab49a7cfdb8f81bc882bc34fa;p=firefly-linux-kernel-4.4.55.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;