Commit 7568e3ce6710cb2c1bc1564a273e9f222efbc95e

Authored by Robert P. J. Day
Committed by Mauro Carvalho Chehab
1 parent aecfde539e

V4L/DVB (6289): Remove reference to dead CONFIG_UST and ust.h header

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

drivers/media/video/v4l2-common.c
... ... @@ -65,11 +65,6 @@
65 65 #include <linux/kmod.h>
66 66 #endif
67 67  
68   -#if defined(CONFIG_UST) || defined(CONFIG_UST_MODULE)
69   -#include <linux/ust.h>
70   -#endif
71   -
72   -
73 68 #include <linux/videodev.h>
74 69  
75 70 MODULE_AUTHOR("Bill Dirks, Justin Schoeman, Gerd Knorr");