|
@@ -17,6 +17,9 @@
|
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
*/
|
|
|
|
|
|
+#include "saa7134.h"
|
|
|
+#include "saa7134-reg.h"
|
|
|
+
|
|
|
#include <linux/init.h>
|
|
|
#include <linux/list.h>
|
|
|
#include <linux/module.h>
|
|
@@ -26,9 +29,6 @@
|
|
|
#include <media/v4l2-common.h>
|
|
|
#include <media/v4l2-event.h>
|
|
|
|
|
|
-#include "saa7134-reg.h"
|
|
|
-#include "saa7134.h"
|
|
|
-
|
|
|
/* ------------------------------------------------------------------ */
|
|
|
|
|
|
MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
|