diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-21 00:14:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:04 -0400 |
commit | ffbb807c1362a2b64b473c0e093c496a4c7de4bb (patch) | |
tree | 2d0dfb55b4a21efd74c4333c9d919a1bdb1539f7 /drivers/media/video/mt20xx.c | |
parent | c996899d0bc2414c7ff4682500344eb912d5ee1d (diff) |
V4L/DVB (6075): tuner: kernel headers go above subsystem headers
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/mt20xx.c')
-rw-r--r-- | drivers/media/video/mt20xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mt20xx.c b/drivers/media/video/mt20xx.c index 7549114aaaca..210a84d8b971 100644 --- a/drivers/media/video/mt20xx.c +++ b/drivers/media/video/mt20xx.c | |||
@@ -5,8 +5,8 @@ | |||
5 | */ | 5 | */ |
6 | #include <linux/delay.h> | 6 | #include <linux/delay.h> |
7 | #include <linux/i2c.h> | 7 | #include <linux/i2c.h> |
8 | #include <linux/videodev.h> | ||
9 | #include <linux/moduleparam.h> | 8 | #include <linux/moduleparam.h> |
9 | #include <linux/videodev.h> | ||
10 | #include "tuner-driver.h" | 10 | #include "tuner-driver.h" |
11 | 11 | ||
12 | /* ---------------------------------------------------------------------- */ | 12 | /* ---------------------------------------------------------------------- */ |