]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
wl12xx: make wl12xx.h common to both spi and sdio
authorOhad Ben-Cohen <ohad@wizery.com>
Thu, 16 Sep 2010 11:16:02 +0000 (13:16 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 21 Sep 2010 15:04:38 +0000 (11:04 -0400)
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>
MAINTAINERS
arch/arm/mach-omap2/board-omap3pandora.c
arch/arm/mach-omap2/board-rx51-peripherals.c
drivers/net/wireless/wl12xx/wl1251_sdio.c
drivers/net/wireless/wl12xx/wl1251_spi.c
drivers/net/wireless/wl12xx/wl1271_spi.c
include/linux/wl12xx.h [moved from include/linux/spi/wl12xx.h with 94% similarity]

index 80cea03a737ea94b92226730b7d5d19d1c47debb..e9aec08e575a8b1ff4e72887e27c54eec42c186d 100644 (file)
@@ -6324,7 +6324,7 @@ W:        http://wireless.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
 S:     Maintained
 F:     drivers/net/wireless/wl12xx/wl1271*
-F:     include/linux/spi/wl12xx.h
+F:     include/linux/wl12xx.h
 
 WL3501 WIRELESS PCMCIA CARD DRIVER
 M:     Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
index c0f4f12eba549458fefc82124dfd3938f9976efe..9b62b6283c6e5b928ff4f910870a94c8c0f471c0 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/spi/ads7846.h>
 #include <linux/regulator/machine.h>
 #include <linux/i2c/twl.h>
+#include <linux/wl12xx.h>
 #include <linux/leds.h>
 #include <linux/input.h>
 #include <linux/input/matrix_keypad.h>
index 03483920ed6e0b12fa007c3438d3ea4401f8ec7f..1cf994299cbedf9d597b85b56ce5941ba84d6135 100644 (file)
@@ -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>
index c0b68b0a9aa894e0f7e4364151313aa175973919..74ba9ced5393fd35901643a53a5607ec68bf4747 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/mmc/sdio_func.h>
 #include <linux/mmc/sdio_ids.h>
 #include <linux/platform_device.h>
-#include <linux/spi/wl12xx.h>
+#include <linux/wl12xx.h>
 #include <linux/irq.h>
 
 #include "wl1251.h"
index 334ded9881c02ebdb680e4a5d0b2d6d5f2a29ffa..320de79667a6be19caa8f0127f882d84e01dcbeb 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/slab.h>
 #include <linux/crc7.h>
 #include <linux/spi/spi.h>
-#include <linux/spi/wl12xx.h>
+#include <linux/wl12xx.h>
 
 #include "wl1251.h"
 #include "wl1251_reg.h"
index 4cb99c541e2abb528f63492a3c3736691242be04..c3fdab75ad2a21451a7eee561f4dfa8187b453fa 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/module.h>
 #include <linux/crc7.h>
 #include <linux/spi/spi.h>
-#include <linux/spi/wl12xx.h>
+#include <linux/wl12xx.h>
 #include <linux/slab.h>
 
 #include "wl1271.h"
similarity index 94%
rename from include/linux/spi/wl12xx.h
rename to include/linux/wl12xx.h
index a20bccf0b5c2679c7e28b0ac859380823b324931..015687a1776dadf030db250485de44e061ce0442 100644 (file)
@@ -21,8 +21,8 @@
  *
  */
 
-#ifndef _LINUX_SPI_WL12XX_H
-#define _LINUX_SPI_WL12XX_H
+#ifndef _LINUX_WL12XX_H
+#define _LINUX_WL12XX_H
 
 struct wl12xx_platform_data {
        void (*set_power)(bool enable);