diff options
author | M Chetan Kumar <m.chetan.kumar@linux.intel.com> | 2023-05-09 22:05:55 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-05-10 19:15:01 -0700 |
commit | 796fb97a8cd9f893026458d606a270d4d5799543 (patch) | |
tree | 5fb90fc074c16c548a62da36f2b5868fa274dfa3 /drivers/net/wwan | |
parent | 059fa492027e99c167f4c53822c0900ca9bc254a (diff) | |
download | linux-796fb97a8cd9f893026458d606a270d4d5799543.tar.gz linux-796fb97a8cd9f893026458d606a270d4d5799543.tar.bz2 linux-796fb97a8cd9f893026458d606a270d4d5799543.zip |
net: wwan: iosm: remove unused macro definition
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>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/0697e811cb7f10b4fd8f99e66bda1329efdd3d1d.1683649868.git.m.chetan.kumar@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/wwan')
-rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_wwan.c | 2 |
1 files changed, 0 insertions, 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 |