diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-06-12 14:17:25 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 14:57:49 -0400 |
commit | 1367411858d5fc60b632a3f488f2b4adc73d12d7 (patch) | |
tree | d6bac06901b1dec653090f2ac5b1ff6ae1f70a21 /drivers/net/wireless/wl12xx/wl1251_boot.h | |
parent | ef2f8d45771490de5b8373c25e983ee1e3aee9ea (diff) | |
download | blackbird-obmc-linux-1367411858d5fc60b632a3f488f2b4adc73d12d7.tar.gz blackbird-obmc-linux-1367411858d5fc60b632a3f488f2b4adc73d12d7.zip |
wl1251: rename wl12xx.h to wl1251.h
wl12xx.h is now only used by 1251 code, so we can rename it.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1251_boot.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_boot.h b/drivers/net/wireless/wl12xx/wl1251_boot.h index 4fa73132baae..3e2b7668878a 100644 --- a/drivers/net/wireless/wl12xx/wl1251_boot.h +++ b/drivers/net/wireless/wl12xx/wl1251_boot.h @@ -24,7 +24,7 @@ #ifndef __BOOT_H__ #define __BOOT_H__ -#include "wl12xx.h" +#include "wl1251.h" int wl12xx_boot_soft_reset(struct wl12xx *wl); int wl12xx_boot_init_seq(struct wl12xx *wl); |