diff mbox

[2/4] media: dvb_vb2: get rid of DVB_BUF_TYPE_OUTPUT

Message ID 15128beef1ce3d48565f44756ff4a2077ac97a01.1514554610.git.mchehab@s-opensource.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mauro Carvalho Chehab Dec. 29, 2017, 1:37 p.m. UTC
This is currently unused. So, get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
---
 include/media/dvb_vb2.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/media/dvb_vb2.h b/include/media/dvb_vb2.h
index 7a529844c5e1..ef4a802f7435 100644
--- a/include/media/dvb_vb2.h
+++ b/include/media/dvb_vb2.h
@@ -24,7 +24,6 @@ 
 
 enum dvb_buf_type {
 	DVB_BUF_TYPE_CAPTURE        = 1,
-	DVB_BUF_TYPE_OUTPUT         = 2,
 };
 
 #define DVB_VB2_STATE_NONE (0x0)