Re: [PATCH 02/15] wireless: wl1271: remove SDIO IDs from driver

2010-07-06 Thread Luciano Coelho
On Tue, 2010-07-06 at 02:37 +0200, ext Ohad Ben-Cohen wrote:
 From: Ohad Ben-Cohen oh...@ti.com
 
 Remove SDIO IDs from the driver code since now it is
 included in linux/mmc/sdio_ids.h.
 
 Signed-off-by: Ohad Ben-Cohen oh...@ti.com
 ---

Acked-by: Luciano Coelho luciano.coe...@nokia.com

-- 
Cheers,
Luca.

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 02/15] wireless: wl1271: remove SDIO IDs from driver

2010-07-05 Thread Ohad Ben-Cohen
From: Ohad Ben-Cohen oh...@ti.com

Remove SDIO IDs from the driver code since now it is
included in linux/mmc/sdio_ids.h.

Signed-off-by: Ohad Ben-Cohen oh...@ti.com
---
 drivers/net/wireless/wl12xx/wl1271_sdio.c |8 
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/wl1271_sdio.c 
b/drivers/net/wireless/wl12xx/wl1271_sdio.c
index d3d6f30..9903ae9 100644
--- a/drivers/net/wireless/wl12xx/wl1271_sdio.c
+++ b/drivers/net/wireless/wl12xx/wl1271_sdio.c
@@ -37,14 +37,6 @@
 
 #define RX71_WL1271_IRQ_GPIO   42
 
-#ifndef SDIO_VENDOR_ID_TI
-#define SDIO_VENDOR_ID_TI  0x0097
-#endif
-
-#ifndef SDIO_DEVICE_ID_TI_WL1271
-#define SDIO_DEVICE_ID_TI_WL1271   0x4076
-#endif
-
 static const struct sdio_device_id wl1271_devices[] = {
{ SDIO_DEVICE(SDIO_VENDOR_ID_TI, SDIO_DEVICE_ID_TI_WL1271) },
{}
-- 
1.7.0.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html