diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-08 09:20:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 00:03:10 -0300 |
commit | 7568e3ce6710cb2c1bc1564a273e9f222efbc95e (patch) | |
tree | 383f2545784af72ca5baaeb6157e6f714099b9fd /drivers/media | |
parent | aecfde539eeac11f269894413abf3b60cf74844f (diff) | |
download | linux-stable-7568e3ce6710cb2c1bc1564a273e9f222efbc95e.tar.gz linux-stable-7568e3ce6710cb2c1bc1564a273e9f222efbc95e.tar.bz2 linux-stable-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.c | 5 |
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"); |