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 коммит произвёл Greg Kroah-Hartman
Родитель 2498050b03
Коммит ced6007a6d
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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