Commit ced6007a authored by Fabien Parent's avatar Fabien Parent Committed by Greg Kroah-Hartman

greybus: es{1,2}: remove obselete define

The SVC Control request is obsolete and not used anymore. Remove the related
define.
Signed-off-by: default avatarFabien Parent <fparent@baylibre.com>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 2498050b
...@@ -48,9 +48,6 @@ static DEFINE_KFIFO(apb1_log_fifo, char, APB1_LOG_SIZE); ...@@ -48,9 +48,6 @@ static DEFINE_KFIFO(apb1_log_fifo, char, APB1_LOG_SIZE);
*/ */
#define NUM_CPORT_OUT_URB 8 #define NUM_CPORT_OUT_URB 8
/* vendor request AP message */
#define REQUEST_SVC 0x01
/* vendor request APB1 log */ /* vendor request APB1 log */
#define REQUEST_LOG 0x02 #define REQUEST_LOG 0x02
......
...@@ -48,9 +48,6 @@ static DEFINE_KFIFO(apb1_log_fifo, char, APB1_LOG_SIZE); ...@@ -48,9 +48,6 @@ static DEFINE_KFIFO(apb1_log_fifo, char, APB1_LOG_SIZE);
*/ */
#define NUM_CPORT_OUT_URB (8 * NUM_BULKS) #define NUM_CPORT_OUT_URB (8 * NUM_BULKS)
/* vendor request AP message */
#define REQUEST_SVC 0x01
/* vendor request APB1 log */ /* vendor request APB1 log */
#define REQUEST_LOG 0x02 #define REQUEST_LOG 0x02
......
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