summaryrefslogtreecommitdiff
path: root/drivers/media/video
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-10-08 12:20:49 (GMT)
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-10 03:03:10 (GMT)
commit7568e3ce6710cb2c1bc1564a273e9f222efbc95e (patch)
tree383f2545784af72ca5baaeb6157e6f714099b9fd /drivers/media/video
parentaecfde539eeac11f269894413abf3b60cf74844f (diff)
downloadlinux-fsl-qoriq-7568e3ce6710cb2c1bc1564a273e9f222efbc95e.tar.xz
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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/v4l2-common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c
index 0689a04..c3440b2 100644
--- a/drivers/media/video/v4l2-common.c
+++ b/drivers/media/video/v4l2-common.c
@@ -65,11 +65,6 @@
#include <linux/kmod.h>
#endif
-#if defined(CONFIG_UST) || defined(CONFIG_UST_MODULE)
-#include <linux/ust.h>
-#endif
-
-
#include <linux/videodev.h>
MODULE_AUTHOR("Bill Dirks, Justin Schoeman, Gerd Knorr");