Skip to content

Commit

Permalink
wl1251: rename reg.h to wl1251_reg.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kalle Valo authored and John W. Linville committed Aug 14, 2009
1 parent 16e711f commit 29d904c
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_acx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

#include "reg.h"
#include "wl1251_reg.h"
#include "wl1251_ps.h"
#include "wl1251_cmd.h"
#include "wl1251_io.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 29d904c

Please sign in to comment.