ChangeSet 1.2001, 2005/03/07 21:22:43-08:00, [EMAIL PROTECTED]

        [BT8XX]: Declare bt878[] array after struct layout definition.
        
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 bt878.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/drivers/media/dvb/bt8xx/bt878.h b/drivers/media/dvb/bt8xx/bt878.h
--- a/drivers/media/dvb/bt8xx/bt878.h   2005-03-09 18:05:30 -08:00
+++ b/drivers/media/dvb/bt8xx/bt878.h   2005-03-09 18:05:30 -08:00
@@ -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;
@@ -123,6 +122,8 @@
        struct tasklet_struct tasklet;
        int shutdown;   
 };
+
+extern struct bt878 bt878[BT878_MAX];
 
 void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
                u32 irq_err_ignore);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to