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/tea5767.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/tea5767.c')
-rw-r--r-- | drivers/media/video/tea5767.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tea5767.c b/drivers/media/video/tea5767.c index 4985d47a508f..4c9c4e01331a 100644 --- a/drivers/media/video/tea5767.c +++ b/drivers/media/video/tea5767.c | |||
@@ -11,8 +11,8 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/i2c.h> | 13 | #include <linux/i2c.h> |
14 | #include <linux/videodev.h> | ||
15 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
15 | #include <linux/videodev.h> | ||
16 | #include "tuner-driver.h" | 16 | #include "tuner-driver.h" |
17 | 17 | ||
18 | #define PREFIX "TEA5767 " | 18 | #define PREFIX "TEA5767 " |