diff options
author | Luciano Coelho <coelho@ti.com> | 2011-11-21 19:25:24 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-04-12 08:43:56 +0300 |
commit | c31be25a7144ebc9b7a22128909bac7654d4c46b (patch) | |
tree | c064bf8d791ddd57cd2dea996e66c7531508a4f4 /drivers/net/wireless/ti/wlcore/io.c | |
parent | ffeb501c6cba803eefc46b570feccffe61a6d883 (diff) | |
download | lwn-c31be25a7144ebc9b7a22128909bac7654d4c46b.tar.gz lwn-c31be25a7144ebc9b7a22128909bac7654d4c46b.zip |
wl12xx/wlcore: move wl1271 struct to wlcore and add ops
In order to add chip-specific operations and prepare for future
elements that need to be set by the lower driver, move the wl1271
structure to the wlcore.h file and add an empty placeholder for the
operations structure.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/io.c')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/io.c b/drivers/net/wireless/ti/wlcore/io.c index c574a3b31e31..b0701fb9dbdc 100644 --- a/drivers/net/wireless/ti/wlcore/io.c +++ b/drivers/net/wireless/ti/wlcore/io.c @@ -26,7 +26,7 @@ #include <linux/spi/spi.h> #include <linux/interrupt.h> -#include "wl12xx.h" +#include "wlcore.h" #include "debug.h" #include "wl12xx_80211.h" #include "io.h" |