aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-rx51-peripherals.c
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2010-09-16 13:16:02 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-09-21 11:04:38 -0400
commitc1f9a095600e07fefe64eb94eb711f410100824a (patch)
tree7117a504f324b2b835fea50a5379cd94429978f5 /arch/arm/mach-omap2/board-rx51-peripherals.c
parent09f250ac8faefa9deb14854e4715a139ed99617b (diff)
downloadkernel_samsung_smdk4412-c1f9a095600e07fefe64eb94eb711f410100824a.zip
kernel_samsung_smdk4412-c1f9a095600e07fefe64eb94eb711f410100824a.tar.gz
kernel_samsung_smdk4412-c1f9a095600e07fefe64eb94eb711f410100824a.tar.bz2
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-rx51-peripherals.c')
-rw-r--r--arch/arm/mach-omap2/board-rx51-peripherals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index 0348392..1cf9942 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -14,7 +14,7 @@
#include <linux/input.h>
#include <linux/input/matrix_keypad.h>
#include <linux/spi/spi.h>
-#include <linux/spi/wl12xx.h>
+#include <linux/wl12xx.h>
#include <linux/i2c.h>
#include <linux/i2c/twl.h>
#include <linux/clk.h>