aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2022-07-25 09:58:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-25 10:57:42 +0200
commit0752670685c47203484731bdfae9607f4da735c4 (patch)
tree9b6612a22abee2e2927a9503b7e5b77bf619a8d2
parentUSB: cdc-acm: use CDC serial-state defines (diff)
downloadlinux-dev-0752670685c47203484731bdfae9607f4da735c4.tar.xz
linux-dev-0752670685c47203484731bdfae9607f4da735c4.zip
staging: gdm724x: drop unused CDC defines
This driver has a copy of some of the CDC defines but which are currently unused. Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://lore.kernel.org/r/20220725075841.1187-6-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/gdm724x/gdm_tty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/gdm724x/gdm_tty.c b/drivers/staging/gdm724x/gdm_tty.c
index 04df6f9f5403..cc6d80554c98 100644
--- a/drivers/staging/gdm724x/gdm_tty.c
+++ b/drivers/staging/gdm724x/gdm_tty.c
@@ -17,12 +17,6 @@
#define GDM_TTY_MAJOR 0
#define GDM_TTY_MINOR 32
-#define ACM_CTRL_DTR 0x01
-#define ACM_CTRL_RTS 0x02
-#define ACM_CTRL_DSR 0x02
-#define ACM_CTRL_RI 0x08
-#define ACM_CTRL_DCD 0x01
-
#define WRITE_SIZE 2048
#define MUX_TX_MAX_SIZE 2048