]> git.karo-electronics.de Git - linux-beck.git/commitdiff
wl1251: rename reg.h to wl1251_reg.h
authorKalle Valo <kalle.valo@nokia.com>
Fri, 7 Aug 2009 10:35:11 +0000 (13:35 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:13:41 +0000 (09:13 -0400)
Now that wl1271 doesn't use reg.h anymore, it can be renamed to
wl1251_reg.h.

Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
14 files changed:
drivers/net/wireless/wl12xx/wl1251_acx.c
drivers/net/wireless/wl12xx/wl1251_boot.c
drivers/net/wireless/wl12xx/wl1251_cmd.c
drivers/net/wireless/wl12xx/wl1251_event.c
drivers/net/wireless/wl12xx/wl1251_init.c
drivers/net/wireless/wl12xx/wl1251_io.c
drivers/net/wireless/wl12xx/wl1251_main.c
drivers/net/wireless/wl12xx/wl1251_ps.c
drivers/net/wireless/wl12xx/wl1251_reg.h [moved from drivers/net/wireless/wl12xx/reg.h with 100% similarity]
drivers/net/wireless/wl12xx/wl1251_rx.c
drivers/net/wireless/wl12xx/wl1251_sdio.c
drivers/net/wireless/wl12xx/wl1251_spi.c
drivers/net/wireless/wl12xx/wl1251_spi.h
drivers/net/wireless/wl12xx/wl1251_tx.c

index 0a225c62c97cdde38ad7fb0dd4e4ccfe28594099..10b26c4532c98c7c03e30b69e6fb1b2e64bc3785 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/crc7.h>
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_cmd.h"
 #include "wl1251_ps.h"
 
index 88e9cb0947d55038871dab32b3220703398547bf..592c3b5cc8f889ae0ce7f83b854c60df2a471ab8 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <linux/gpio.h>
 
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_boot.h"
 #include "wl1251_io.h"
 #include "wl1251_spi.h"
index 74ea1fdf9bd5a057c68c9435c2bdcc0f7b505c64..6cd024b50a7ce6d6e63edd6f68fa00d06a81542a 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/crc7.h>
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_io.h"
 #include "wl1251_ps.h"
 #include "wl1251_acx.h"
index 1b4f8d2850c5c3847a0eafaf8a447b5e6c363535..7bd1b6aa699d89010518499ef62e2f9d98d3db5f 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_io.h"
 #include "wl1251_event.h"
 #include "wl1251_ps.h"
index 1c587eceacc492b71c3a5afa34c33df236934562..b2ee4f468fc41cf95277d4360de3502f42f39ffd 100644 (file)
@@ -28,7 +28,7 @@
 #include "wl12xx_80211.h"
 #include "wl1251_acx.h"
 #include "wl1251_cmd.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 
 int wl1251_hw_init_hwenc_config(struct wl1251 *wl)
 {
index 04e486c275c2ca4896556a4c4b8097019dbffb2c..f1c232e0887fb65b2e1c51af82e3e9c9a89eac78 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_io.h"
 
 /* FIXME: this is static data nowadays and the table can be removed */
index c5f2d9dbd1a897c566e1dc94cbabab9fc56c54b9..3fe8b65e1869f26fdd362a4f6f87fa448d176614 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "wl1251.h"
 #include "wl12xx_80211.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_io.h"
 #include "wl1251_cmd.h"
 #include "wl1251_event.h"
index 36acde0b3bd16d3b828c0713b52d07985af6e9ac..c53e28727ed4e97708030d5cbe21074717a4d68a 100644 (file)
@@ -21,7 +21,7 @@
  *
  */
 
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_ps.h"
 #include "wl1251_cmd.h"
 #include "wl1251_io.h"
index af8187909c944a2192a237de3c86036c7ea75d85..17c54b59ef8623d4abccaaf7c9658bec89332129 100644 (file)
@@ -26,7 +26,7 @@
 #include <net/mac80211.h>
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_io.h"
 #include "wl1251_rx.h"
 #include "wl1251_cmd.h"
index 20668e244c679fa4a161d7fb5ff92f08f6fbdbbe..9577ed610de0b3b4cab98e77519973d833d9445b 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "wl1251.h"
 #include "wl12xx_80211.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_ps.h"
 #include "wl1251_io.h"
 #include "wl1251_tx.h"
index e088334536aa56690991d638206a47c2dec731bd..612d5655e286b6729b5168909a5e834277a014c1 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/spi/wl12xx.h>
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_spi.h"
 
 static irqreturn_t wl1251_irq(int irq, void *cookie)
index cb0c228dbc6cb3d40b861446294401c3e94f2058..2e273a97e7f3ac25853485e2037aa486e88896fb 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "wl1251_cmd.h"
 #include "wl1251_acx.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 
 #define WSPI_CMD_READ                 0x40000000
 #define WSPI_CMD_WRITE                0x00000000
index f20bab61fd635b75ef99daccd93f8899f052486a..f859706158499703d9492851f33ba97f25f90552 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/module.h>
 
 #include "wl1251.h"
-#include "reg.h"
+#include "wl1251_reg.h"
 #include "wl1251_tx.h"
 #include "wl1251_ps.h"
 #include "wl1251_io.h"