From: David Howells Date: Wed, 12 Dec 2012 15:36:40 +0000 (+0000) Subject: MN10300: Get rid of unused variable from ASB2305 PCI code X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~46^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6e686ce4f7a346f8e6f39202025ddce525ac8a;p=pandora-kernel.git MN10300: Get rid of unused variable from ASB2305 PCI code Get rid of an unused variable in pcibios_fixup_device_resources() which leads to the following warning: arch/mn10300/unit-asb2305/pci.c: In function 'pcibios_fixup_device_resources': arch/mn10300/unit-asb2305/pci.c:324:24: warning: unused variable 'region' [-Wunused-variable] Whilst we're at it, merge the two integer variable declarations into one line. Signed-off-by: David Howells --- Reading git-diff-tree failed