aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap-100k.c
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2012-09-22 04:24:16 -0400
committerPaul Walmsley <paul@pwsan.com>2012-09-22 12:50:01 -0400
commita04bcc231c1bcfe7602bcb3e8d742ef796142275 (patch)
tree1dda755ed0623f0ac101f516c39949a32478f183 /drivers/spi/spi-omap-100k.c
parentfabcf41f3c1b29b4a4fccd321a18acfc05dc0aae (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/spi-omap-100k.c')
-rw-r--r--drivers/spi/spi-omap-100k.c2
1 files changed, 0 insertions, 2 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)