All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cw1200: Remove local sdio VENDOR and DEVICE id definitions
@ 2020-05-20 12:54 Pali Rohár
  2020-05-29 17:15 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2020-05-20 12:54 UTC (permalink / raw)
  To: Solomon Peachy, Kalle Valo, David S. Miller
  Cc: linux-wireless, netdev, linux-kernel

They are already present in linux/mmc/sdio_ids.h.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 drivers/net/wireless/st/cw1200/cw1200_sdio.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/drivers/net/wireless/st/cw1200/cw1200_sdio.c b/drivers/net/wireless/st/cw1200/cw1200_sdio.c
index 43e012073dbf..b65ec14136c7 100644
--- a/drivers/net/wireless/st/cw1200/cw1200_sdio.c
+++ b/drivers/net/wireless/st/cw1200/cw1200_sdio.c
@@ -14,6 +14,7 @@
 #include <linux/mmc/sdio_func.h>
 #include <linux/mmc/card.h>
 #include <linux/mmc/sdio.h>
+#include <linux/mmc/sdio_ids.h>
 #include <net/mac80211.h>
 
 #include "cw1200.h"
@@ -48,14 +49,6 @@ struct hwbus_priv {
 	const struct cw1200_platform_data_sdio *pdata;
 };
 
-#ifndef SDIO_VENDOR_ID_STE
-#define SDIO_VENDOR_ID_STE		0x0020
-#endif
-
-#ifndef SDIO_DEVICE_ID_STE_CW1200
-#define SDIO_DEVICE_ID_STE_CW1200	0x2280
-#endif
-
 static const struct sdio_device_id cw1200_sdio_ids[] = {
 	{ SDIO_DEVICE(SDIO_VENDOR_ID_STE, SDIO_DEVICE_ID_STE_CW1200) },
 	{ /* end: all zeroes */			},
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cw1200: Remove local sdio VENDOR and DEVICE id definitions
  2020-05-20 12:54 [PATCH] cw1200: Remove local sdio VENDOR and DEVICE id definitions Pali Rohár
@ 2020-05-29 17:15 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-05-29 17:15 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Solomon Peachy, David S. Miller, linux-wireless, netdev, linux-kernel

Pali Rohár <pali@kernel.org> wrote:

> They are already present in linux/mmc/sdio_ids.h.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Patch applied to wireless-drivers-next.git, thanks.

83cee4e625f8 cw1200: Remove local sdio VENDOR and DEVICE id definitions

-- 
https://patchwork.kernel.org/patch/11560329/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-29 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 12:54 [PATCH] cw1200: Remove local sdio VENDOR and DEVICE id definitions Pali Rohár
2020-05-29 17:15 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.