From: Shubhrajyoti D Date: Mon, 19 Nov 2012 06:42:29 +0000 (+0530) Subject: spi: omap2-mcspi: Fix the redifine warning X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~24^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a47d80308a824c32c47fbef6b8e8b59de08af94;p=pandora-kernel.git spi: omap2-mcspi: Fix the redifine warning Fix the below warning drivers/spi/spi-omap2-mcspi.c:336:34: warning: symbol 'tx' shadows an earlier one drivers/spi/spi-omap2-mcspi.c:327:12: originally declared here So delete the u8 tx as it is assigned and not used(resigned afterwards). Signed-off-by: Shubhrajyoti D Acked-by: Peter Korsgaard Signed-off-by: Mark Brown --- Reading git-diff-tree failed