projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796fb97
)
net: wwan: iosm: remove unused enum definition
author
M Chetan Kumar
<m.chetan.kumar@linux.intel.com>
Tue, 9 May 2023 16:36:22 +0000
(22:06 +0530)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 11 May 2023 02:15:01 +0000
(19:15 -0700)
ipc_time_unit enum 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/8295a6138f13c686590ee4021384ee992f717408.1683649868.git.m.chetan.kumar@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wwan/iosm/iosm_ipc_imem.h
patch
|
blob
|
history
diff --git
a/drivers/net/wwan/iosm/iosm_ipc_imem.h
b/drivers/net/wwan/iosm/iosm_ipc_imem.h
index e700dc8bfe0a905c562bf6ac7487677286e34d7c..93d57aa7854a0948cb79af85580e042f0cc66ff0 100644
(file)
--- a/
drivers/net/wwan/iosm/iosm_ipc_imem.h
+++ b/
drivers/net/wwan/iosm/iosm_ipc_imem.h
@@
-140,17
+140,6
@@
enum ipc_channel_state {
IMEM_CHANNEL_CLOSING,
};
-/* Time Unit */
-enum ipc_time_unit {
- IPC_SEC = 0,
- IPC_MILLI_SEC = 1,
- IPC_MICRO_SEC = 2,
- IPC_NANO_SEC = 3,
- IPC_PICO_SEC = 4,
- IPC_FEMTO_SEC = 5,
- IPC_ATTO_SEC = 6,
-};
-
/**
* enum ipc_ctype - Enum defining supported channel type needed for control
* /IP traffic.