[linux-dvb] Another change in 2.6.11-bk5
C.Y.M
syphir at syphir.sytes.net
Thu Mar 10 22:52:14 CET 2005
I forgot to include this hunk in the cumulative changes of 2.6.11-bk5.
Regards,
-------------- next part --------------
--- dvb-kernel/linux/drivers/media/dvb/bt8xx/bt878.h.orig 2004-12-02 10:14:09.000000000 -0800
+++ dvb-kernel/linux/drivers/media/dvb/bt8xx/bt878.h 2005-03-10 13:39:26.000000000 -0800
@@ -89,7 +89,6 @@
#define BT878_RISC_SYNC_MASK (1 << 15)
extern int bt878_num;
-extern struct bt878 bt878[BT878_MAX];
struct bt878 {
struct semaphore gpio_lock;
@@ -124,6 +123,8 @@
int shutdown;
};
+extern struct bt878 bt878[BT878_MAX];
+
void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
u32 irq_err_ignore);
void bt878_stop(struct bt878 *bt);
More information about the linux-dvb
mailing list