aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400-driver.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-19 08:45:38 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-24 16:26:57 -0300
commit49965a80a4c4f5cbe15fb3bb1f8f8b0ec4ef02bc (patch)
treeaaf7409eb7c44da7527b08d63bdab87e34471fce /drivers/media/video/msp3400-driver.c
parentV4L/DVB (3580): Last round of msp3400 cleanups before adding routing commands (diff)
downloadlinux-dev-49965a80a4c4f5cbe15fb3bb1f8f8b0ec4ef02bc.tar.xz
linux-dev-49965a80a4c4f5cbe15fb3bb1f8f8b0ec4ef02bc.zip
V4L/DVB (3581): Add new media/msp3400.h header containing the routing macros
Moved msp3400.h to msp3400-driver.h. Created media/msp3400.h with the new routing defines and lots of comments. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/msp3400-driver.c')
-rw-r--r--drivers/media/video/msp3400-driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c
index 9a47ba22c133..04250284ff1e 100644
--- a/drivers/media/video/msp3400-driver.c
+++ b/drivers/media/video/msp3400-driver.c
@@ -54,9 +54,10 @@
#include <linux/videodev2.h>
#include <media/v4l2-common.h>
#include <media/tvaudio.h>
+#include <media/msp3400.h>
#include <linux/kthread.h>
#include <linux/suspend.h>
-#include "msp3400.h"
+#include "msp3400-driver.h"
/* ---------------------------------------------------------------------- */