diff options
| author | Jiri Slaby <[email protected]> | 2022-04-21 10:57:59 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-22 16:19:52 +0200 |
| commit | 74c778ec5a272cb100e8d4b7eee04220335794d2 (patch) | |
| tree | 248bf7b39dbf0253286509bb96f7732375cbb3b8 | |
| parent | 05fe70dd2efd13de700c2dfe5169d3a7a5050bc2 (diff) | |
serial: icom: remove ICOM_VERSION_STR macro
It's unused, so remove the macro.
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/tty/serial/icom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/icom.c b/drivers/tty/serial/icom.c index 02b375ba2f07..142257809e37 100644 --- 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) |