From: Sachin Kamat Date: Tue, 24 Jun 2014 06:18:19 +0000 (+0530) Subject: spi: omap-uwire: Fix build error X-Git-Tag: omap-for-v3.17/fixes-against-rc2~157^2~2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec17a7f20812c8f5dcd087bf760903a4253c0618;p=pandora-kernel.git spi: omap-uwire: Fix build error Fixes the following build error introduced by commit b3f6a57506 ("spi: omap-uwire: use devm_ functions"): drivers/spi/spi-omap-uwire.c:465:2: error: implicit declaration of function ‘devm_ioremap’ Since we are including , is no longer needed. Remove it. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- Reading git-diff-tree failed