aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-10-08 09:20:49 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-10 00:03:10 -0300
commit7568e3ce6710cb2c1bc1564a273e9f222efbc95e (patch)
tree383f2545784af72ca5baaeb6157e6f714099b9fd /drivers/media
parentV4L/DVB (6287): Fix DMA Scatter/Gather constructor (diff)
downloadlinux-dev-7568e3ce6710cb2c1bc1564a273e9f222efbc95e.tar.xz
linux-dev-7568e3ce6710cb2c1bc1564a273e9f222efbc95e.zip
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')
-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 0689a041d777..c3440b280d20 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");