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>
This commit is contained in:
Kalle Valo
2009-06-12 14:17:25 +03:00
committed by John W. Linville
parent ef2f8d4577
commit 1367411858
19 changed files with 18 additions and 17 deletions

View File

@ -25,7 +25,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include "wl12xx.h"
#include "wl1251.h"
#include "reg.h"
#include "wl1251_spi.h"
#include "wl1251_tx.h"