提交 29d904c4 编写于 作者: K Kalle Valo 提交者: John W. Linville

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: NKalle Valo <kalle.valo@nokia.com>
Reviewed-by: NVidhya Govindan <vidhya.govindan@nokia.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 16e711f9
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册