aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1251_main.c
diff options
context:
space:
mode:
authorKalle Valo <kalle.valo@nokia.com>2009-08-07 06:35:11 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-14 09:13:41 -0400
commit29d904c452d466fbf51b2fde10f405b5c8f14c74 (patch)
treeb1ef6c912d39a3661c1db7ca6f2cee59a37aeb25 /drivers/net/wireless/wl12xx/wl1251_main.c
parent16e711f9ed16e32126270652d79225836a7062cb (diff)
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>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1251_main.c')
-rw-r--r--drivers/net/wireless/wl12xx/wl1251_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_main.c b/drivers/net/wireless/wl12xx/wl1251_main.c
index c5f2d9dbd1a8..3fe8b65e1869 100644
--- a/drivers/net/wireless/wl12xx/wl1251_main.c
+++ b/drivers/net/wireless/wl12xx/wl1251_main.c
@@ -31,7 +31,7 @@
31 31
32#include "wl1251.h" 32#include "wl1251.h"
33#include "wl12xx_80211.h" 33#include "wl12xx_80211.h"
34#include "reg.h" 34#include "wl1251_reg.h"
35#include "wl1251_io.h" 35#include "wl1251_io.h"
36#include "wl1251_cmd.h" 36#include "wl1251_cmd.h"
37#include "wl1251_event.h" 37#include "wl1251_event.h"