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

The SVC Control request is obsolete and not used anymore. Remove the related
define.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Fabien Parent 2015-09-16 03:29:35 +02:00 committed by Greg Kroah-Hartman
parent 2498050b03
commit ced6007a6d
2 changed files with 0 additions and 6 deletions

View file

@ -48,9 +48,6 @@ static DEFINE_KFIFO(apb1_log_fifo, char, APB1_LOG_SIZE);
*/
#define NUM_CPORT_OUT_URB 8
/* vendor request AP message */
#define REQUEST_SVC 0x01
/* vendor request APB1 log */
#define REQUEST_LOG 0x02

View file

@ -48,9 +48,6 @@ static DEFINE_KFIFO(apb1_log_fifo, char, APB1_LOG_SIZE);
*/
#define NUM_CPORT_OUT_URB (8 * NUM_BULKS)
/* vendor request AP message */
#define REQUEST_SVC 0x01
/* vendor request APB1 log */
#define REQUEST_LOG 0x02