ChangeSet 1.2002, 2005/03/08 16:50:31-08:00, [EMAIL PROTECTED]
[BTTV]: Declare bttvs[] array after struct layout.
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
bttvp.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/media/video/bttvp.h b/drivers/media/video/bttvp.h
--- a/drivers/media/video/bttvp.h 2005-03-09 18:05:43 -08:00
+++ b/drivers/media/video/bttvp.h 2005-03-09 18:05:43 -08:00
@@ -230,7 +230,6 @@
/* our devices */
#define BTTV_MAX 16
extern unsigned int bttv_num;
-extern struct bttv bttvs[BTTV_MAX];
#define BTTV_MAX_FBUF 0x208000
#define VBIBUF_SIZE (2048*VBI_MAXLINES*2)
@@ -377,6 +376,7 @@
unsigned int users;
struct bttv_fh init;
};
+extern struct bttv bttvs[BTTV_MAX];
/* private ioctls */
#define BTTV_VERSION _IOR('v' , BASE_VIDIOCPRIVATE+6, int)
-
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