diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-22 04:24:16 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-09-22 12:50:01 -0400 |
commit | a04bcc231c1bcfe7602bcb3e8d742ef796142275 (patch) | |
tree | 1dda755ed0623f0ac101f516c39949a32478f183 /drivers/spi | |
parent | fabcf41f3c1b29b4a4fccd321a18acfc05dc0aae (diff) |
SPI: OMAP: remove unnecessary includes of plat/clock.h
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-omap-100k.c | 2 | ||||
-rw-r--r-- | drivers/spi/spi-omap2-mcspi.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/spi/spi-omap-100k.c b/drivers/spi/spi-omap-100k.c index 9bd1c92ad96e..dfb4b7f448c5 100644 --- a/drivers/spi/spi-omap-100k.c +++ b/drivers/spi/spi-omap-100k.c | |||
@@ -37,8 +37,6 @@ | |||
37 | 37 | ||
38 | #include <linux/spi/spi.h> | 38 | #include <linux/spi/spi.h> |
39 | 39 | ||
40 | #include <plat/clock.h> | ||
41 | |||
42 | #define OMAP1_SPI100K_MAX_FREQ 48000000 | 40 | #define OMAP1_SPI100K_MAX_FREQ 48000000 |
43 | 41 | ||
44 | #define ICR_SPITAS (OMAP7XX_ICR_BASE + 0x12) | 42 | #define ICR_SPITAS (OMAP7XX_ICR_BASE + 0x12) |
diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c index b2fb141da375..b5d6994c8ba3 100644 --- a/drivers/spi/spi-omap2-mcspi.c +++ b/drivers/spi/spi-omap2-mcspi.c | |||
@@ -41,7 +41,6 @@ | |||
41 | 41 | ||
42 | #include <linux/spi/spi.h> | 42 | #include <linux/spi/spi.h> |
43 | 43 | ||
44 | #include <plat/clock.h> | ||
45 | #include <plat/mcspi.h> | 44 | #include <plat/mcspi.h> |
46 | 45 | ||
47 | #define OMAP2_MCSPI_MAX_FREQ 48000000 | 46 | #define OMAP2_MCSPI_MAX_FREQ 48000000 |