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: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Ohad Ben-Cohen
2010-05-13 12:43:24 +03:00
committato da John W. Linville
parent 9a13b1e7f6
commit 19b87173be
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni

Vedi File

@@ -28,7 +28,7 @@
#include <linux/mmc/sdio_func.h>
#include <linux/mmc/sdio_ids.h>
#include <linux/mmc/card.h>
#include <plat/gpio.h>
#include <linux/gpio.h>
#include "wl1271.h"
#include "wl12xx_80211.h"