From efa3a137cfaaa2c25bd1f2c48c2c20257da33753 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 4 Apr 2018 12:42:53 +0300 Subject: [PATCH] usb: Remove duplicated ACM_SUBCLASS definition ACM_SUBCLASS is already defined in USB CDC header. Signed-off-by: Andrei Emeltchenko --- include/usb/usb_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/usb/usb_common.h b/include/usb/usb_common.h index e723b2bd41a..8eaf4c325d2 100644 --- a/include/usb/usb_common.h +++ b/include/usb/usb_common.h @@ -103,7 +103,6 @@ #define DFU_CLASS 0xFE /* Sub-classes */ -#define ACM_SUBCLASS 0x02 #define CDC_NCM_SUBCLASS 0x0d #define BOOT_INTERFACE_SUBCLASS 0x01 #define SCSI_TRANSPARENT_SUBCLASS 0x06