Commit 1f6173ed authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Linus Torvalds

[PATCH] v4l: 729: fixed include when compiling at kernel tree

- Fixed include when compiling at kernel tree
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 376f269e
......@@ -29,8 +29,8 @@
#include <linux/i2c.h>
#include <linux/usb.h>
#include <media/tuner.h>
#include "audiochip.h"
#include "tveeprom.h"
#include <media/audiochip.h>
#include <media/tveeprom.h>
#include "msp3400.h"
#include "em2820.h"
......
......@@ -26,9 +26,9 @@
#include <linux/list.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/videodev.h>
#include <linux/usb.h>
#include <linux/vmalloc.h>
#include <linux/videodev.h>
#include "em2820.h"
......
......@@ -27,8 +27,8 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/usb.h>
#include <linux/videodev.h>
#include <linux/i2c.h>
#include <linux/videodev.h>
#include <media/tuner.h>
#include <linux/video_decoder.h>
......
......@@ -40,7 +40,7 @@
#include <media/tuner.h>
#include <media/tveeprom.h>
#include "audiochip.h"
#include <media/audiochip.h>
MODULE_DESCRIPTION("i2c Hauppauge eeprom decoder driver");
MODULE_AUTHOR("John Klar");
......
......@@ -5,7 +5,6 @@
* This code is placed under the terms of the GNU General Public License
*/
#include <linux/videodev.h>
#include <linux/i2c.h>
#include <linux/videodev.h>
#include <linux/delay.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment