|
@@ -1,7 +1,6 @@
|
|
#ifndef __SAA7146__
|
|
#ifndef __SAA7146__
|
|
#define __SAA7146__
|
|
#define __SAA7146__
|
|
|
|
|
|
-#include <linux/module.h> /* for module-version */
|
|
|
|
#include <linux/delay.h> /* for delay-stuff */
|
|
#include <linux/delay.h> /* for delay-stuff */
|
|
#include <linux/slab.h> /* for kmalloc/kfree */
|
|
#include <linux/slab.h> /* for kmalloc/kfree */
|
|
#include <linux/pci.h> /* for pci-config-stuff, vendor ids etc. */
|
|
#include <linux/pci.h> /* for pci-config-stuff, vendor ids etc. */
|
|
@@ -47,6 +46,8 @@ extern unsigned int saa7146_debug;
|
|
#define SAA7146_ISR_CLEAR(x,y) \
|
|
#define SAA7146_ISR_CLEAR(x,y) \
|
|
saa7146_write(x, ISR, (y));
|
|
saa7146_write(x, ISR, (y));
|
|
|
|
|
|
|
|
+struct module;
|
|
|
|
+
|
|
struct saa7146_dev;
|
|
struct saa7146_dev;
|
|
struct saa7146_extension;
|
|
struct saa7146_extension;
|
|
struct saa7146_vv;
|
|
struct saa7146_vv;
|