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:
parent
16e711f9ed
commit
29d904c452
14 changed files with 13 additions and 13 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "reg.h"
|
||||
#include "wl1251_reg.h"
|
||||
#include "wl1251_ps.h"
|
||||
#include "wl1251_cmd.h"
|
||||
#include "wl1251_io.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue