media: dvb_vb2: get rid of DVB_BUF_TYPE_OUTPUT
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 29 Dec 2017 12:54:12 +0000 (07:54 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 29 Dec 2017 12:54:12 +0000 (07:54 -0500)
This is currently unused. So, get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
include/media/dvb_vb2.h

index 7a529844c5e1abc29e1b8123d48439b2feeab213..ef4a802f7435f3bbd36a56e7998eea9cecc86fb3 100644 (file)
@@ -24,7 +24,6 @@
 
 enum dvb_buf_type {
        DVB_BUF_TYPE_CAPTURE        = 1,
-       DVB_BUF_TYPE_OUTPUT         = 2,
 };
 
 #define DVB_VB2_STATE_NONE (0x0)