Commit 19b87173 authored by Ohad Ben-Cohen's avatar Ohad Ben-Cohen Committed by John W. Linville

wl1271: remove sdio ARM dependency

Make it possible to use wl1271's SDIO interface on non-ARM platforms.

Fully tested on a x86 platform, compile-tested on ARM.
Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
Acked-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9a13b1e7
...@@ -65,7 +65,7 @@ config WL1271_SPI ...@@ -65,7 +65,7 @@ config WL1271_SPI
config WL1271_SDIO config WL1271_SDIO
tristate "TI wl1271 SDIO support" tristate "TI wl1271 SDIO support"
depends on WL1271 && MMC && ARM depends on WL1271 && MMC
---help--- ---help---
This module adds support for the SDIO interface of adapters using This module adds support for the SDIO interface of adapters using
TI wl1271 chipset. Select this if your platform is using TI wl1271 chipset. Select this if your platform is using
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <linux/mmc/sdio_func.h> #include <linux/mmc/sdio_func.h>
#include <linux/mmc/sdio_ids.h> #include <linux/mmc/sdio_ids.h>
#include <linux/mmc/card.h> #include <linux/mmc/card.h>
#include <plat/gpio.h> #include <linux/gpio.h>
#include "wl1271.h" #include "wl1271.h"
#include "wl12xx_80211.h" #include "wl12xx_80211.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment