wl1251: rename reg.h to wl1251_reg.h

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>
This commit is contained in:
Kalle Valo 2009-08-07 13:35:11 +03:00 committed by John W. Linville
parent 16e711f9ed
commit 29d904c452
14 changed files with 13 additions and 13 deletions

View 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"

View 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"

View 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"

View 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"

View 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)
{

View 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 */

View 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"

View file

@ -21,7 +21,7 @@
*
*/
#include "reg.h"
#include "wl1251_reg.h"
#include "wl1251_ps.h"
#include "wl1251_cmd.h"
#include "wl1251_io.h"

View 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"

View 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"

View 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)

View 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

View 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"