]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
SPI: OMAP: remove unnecessary includes of plat/clock.h
authorPaul Walmsley <paul@pwsan.com>
Sat, 22 Sep 2012 08:24:16 +0000 (02:24 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sat, 22 Sep 2012 16:50:01 +0000 (10:50 -0600)
Remove unnecessary includes of plat/clock.h from the OMAP SPI
controller drivers.  These need to be removed to build multi-subarch
ARM kernels which include these drivers.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-omap-100k.c
drivers/spi/spi-omap2-mcspi.c

index 9bd1c92ad96e89abe988dea3def8b37944643e30..dfb4b7f448c585e4a88b78a803e5d61e7d5bbe00 100644 (file)
@@ -37,8 +37,6 @@
 
 #include <linux/spi/spi.h>
 
-#include <plat/clock.h>
-
 #define OMAP1_SPI100K_MAX_FREQ          48000000
 
 #define ICR_SPITAS      (OMAP7XX_ICR_BASE + 0x12)
index b2fb141da37565de69139fee9743b153fb463699..b5d6994c8ba363186916fbfc93b7f25027a8c474 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <linux/spi/spi.h>
 
-#include <plat/clock.h>
 #include <plat/mcspi.h>
 
 #define OMAP2_MCSPI_MAX_FREQ           48000000