diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2010-09-16 07:16:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-09-21 11:04:38 -0400 |
commit | c1f9a095600e07fefe64eb94eb711f410100824a (patch) | |
tree | 7117a504f324b2b835fea50a5379cd94429978f5 /arch/arm/mach-omap2/board-omap3pandora.c | |
parent | 09f250ac8faefa9deb14854e4715a139ed99617b (diff) |
wl12xx: make wl12xx.h common to both spi and sdio
Move wl12xx.h outside of the spi-specific location,
so it can be shared with both spi and sdio solutions.
Update all users of spi/wl12xx.h accordingly
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Luciano Coelho <luciano.coelho@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3pandora.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3pandora.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index c0f4f12eba54..9b62b6283c6e 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/spi/ads7846.h> | 25 | #include <linux/spi/ads7846.h> |
26 | #include <linux/regulator/machine.h> | 26 | #include <linux/regulator/machine.h> |
27 | #include <linux/i2c/twl.h> | 27 | #include <linux/i2c/twl.h> |
28 | #include <linux/wl12xx.h> | ||
28 | #include <linux/leds.h> | 29 | #include <linux/leds.h> |
29 | #include <linux/input.h> | 30 | #include <linux/input.h> |
30 | #include <linux/input/matrix_keypad.h> | 31 | #include <linux/input/matrix_keypad.h> |