projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05fe70d
)
serial: icom: remove ICOM_VERSION_STR macro
author
Jiri Slaby
<jslaby@suse.cz>
Thu, 21 Apr 2022 08:57:59 +0000
(10:57 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 22 Apr 2022 14:19:52 +0000
(16:19 +0200)
It's unused, so remove the macro.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link:
https://lore.kernel.org/r/20220421085808.24152-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/icom.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/icom.c
b/drivers/tty/serial/icom.c
index 02b375ba2f078b917501c2f0b1058f6b9005a9c1..142257809e377399b0c51c9ac613ee8a7f3f1d6e 100644
(file)
--- a/
drivers/tty/serial/icom.c
+++ b/
drivers/tty/serial/icom.c
@@
-46,7
+46,6
@@
/*#define ICOM_TRACE enable port trace capabilities */
#define ICOM_DRIVER_NAME "icom"
-#define ICOM_VERSION_STR "1.3.1"
#define NR_PORTS 128
#define ICOM_PORT ((struct icom_port *)port)
#define to_icom_adapter(d) container_of(d, struct icom_adapter, kref)