diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-23 17:12:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 23:02:46 -0400 |
commit | ba366a23b68029fc8560acf1ad8735eed910f962 (patch) | |
tree | 49155a40b2d6e438c57fd68cb803a073d8b7990f /drivers/media/video/saa7134 | |
parent | 79618cf41337ccedb9abeee059ce76aac7962739 (diff) |
V4L/DVB (6257): Rename video-buf-dvb to videobuf-dvb to be consistent with the other patches
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index dae608f9bf3b..cb617c8dbb71 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h | |||
@@ -42,7 +42,7 @@ | |||
42 | #include <sound/core.h> | 42 | #include <sound/core.h> |
43 | #include <sound/pcm.h> | 43 | #include <sound/pcm.h> |
44 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) | 44 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) |
45 | #include <media/video-buf-dvb.h> | 45 | #include <media/videobuf-dvb.h> |
46 | #endif | 46 | #endif |
47 | 47 | ||
48 | #define UNSET (-1U) | 48 | #define UNSET (-1U) |