Commit 07526706 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

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: default avatarJohan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20220725075841.1187-6-johan@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7333c87f
...@@ -17,12 +17,6 @@ ...@@ -17,12 +17,6 @@
#define GDM_TTY_MAJOR 0 #define GDM_TTY_MAJOR 0
#define GDM_TTY_MINOR 32 #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 WRITE_SIZE 2048
#define MUX_TX_MAX_SIZE 2048 #define MUX_TX_MAX_SIZE 2048
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment