commit | ec17a7f20812c8f5dcd087bf760903a4253c0618 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@samsung.com> | Tue Jun 24 11:48:19 2014 +0530 |
committer | Mark Brown <broonie@linaro.org> | Tue Jun 24 16:25:48 2014 +0100 |
tree | 92341aaf63bfa4d11d9d2c221d664a78f90eabc0 | |
parent | 1820a8fc84ef9070271bcaec106b1033dd98fca1 [diff] |
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 <linux/io.h>, <asm/io.h> is no longer needed. Remove it. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>