From: Russell King Date: Thu, 8 Nov 2012 10:48:30 +0000 (+0000) Subject: ARM: vic: fix build warning caused by previous commit X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~53^2~1^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946c59a08a2497303750c0fee4367ca32009155c;p=pandora-kernel.git ARM: vic: fix build warning caused by previous commit 07c9249f1f (ARM: 7554/1: VIC: use irq_domain_add_simple()) removed the use of 'irq_base' but did not remove the variable itself, which causes: arch/arm/common/vic.c: In function 'vic_of_init': arch/arm/common/vic.c:410:6: warning: unused variable 'irq_base' Remove this now unused variable. Signed-off-by: Russell King --- Reading git-diff-tree failed