netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/3] net: wwan: iosm: remove unused macro definition
@ 2023-05-09 16:35 m.chetan.kumar
  2023-05-09 16:36 ` [PATCH net-next 2/3] net: wwan: iosm: remove unused enum definition m.chetan.kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: m.chetan.kumar @ 2023-05-09 16:35 UTC (permalink / raw)
  To: netdev
  Cc: kuba, davem, johannes, ryazanov.s.a, loic.poulain, linuxwwan,
	m.chetan.kumar, edumazet, pabeni, M Chetan Kumar

From: M Chetan Kumar <m.chetan.kumar@linux.intel.com>

IOSM_IF_ID_PAYLOAD is defined but not used.
Remove it to avoid unexpected usage.

Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
---
 drivers/net/wwan/iosm/iosm_ipc_wwan.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/wwan/iosm/iosm_ipc_wwan.c b/drivers/net/wwan/iosm/iosm_ipc_wwan.c
index 4c9022a93e01..ff747fc79aaf 100644
--- a/drivers/net/wwan/iosm/iosm_ipc_wwan.c
+++ b/drivers/net/wwan/iosm/iosm_ipc_wwan.c
@@ -18,8 +18,6 @@
 #define IOSM_IP_TYPE_IPV4 0x40
 #define IOSM_IP_TYPE_IPV6 0x60
 
-#define IOSM_IF_ID_PAYLOAD 2
-
 /**
  * struct iosm_netdev_priv - netdev WWAN driver specific private data
  * @ipc_wwan:	Pointer to iosm_wwan struct
-- 
2.34.1


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

end of thread, other threads:[~2023-05-11  2:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-09 16:35 [PATCH net-next 1/3] net: wwan: iosm: remove unused macro definition m.chetan.kumar
2023-05-09 16:36 ` [PATCH net-next 2/3] net: wwan: iosm: remove unused enum definition m.chetan.kumar
2023-05-10 12:38   ` Simon Horman
2023-05-09 16:36 ` [PATCH net-next 3/3] net: wwan: iosm: clean up unused struct members m.chetan.kumar
2023-05-10 12:39   ` Simon Horman
2023-05-10  9:43 ` [PATCH net-next 1/3] net: wwan: iosm: remove unused macro definition Simon Horman
2023-05-11  2:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).