From 37884cd17a30bf0711f1214647a35047dab17229 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Mon, 27 Sep 2004 17:15:56 +0000 Subject: - blackbird oops fix. --- linux/drivers/media/video/cx88/cx88-blackbird.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/drivers/media/video/cx88/cx88-blackbird.c b/linux/drivers/media/video/cx88/cx88-blackbird.c index d15f15ccb..74e119408 100644 --- a/linux/drivers/media/video/cx88/cx88-blackbird.c +++ b/linux/drivers/media/video/cx88/cx88-blackbird.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-blackbird.c,v 1.10 2004/09/23 13:58:19 kraxel Exp $ + * $Id: cx88-blackbird.c,v 1.11 2004/09/27 17:15:56 kraxel Exp $ * * Support for a cx23416 mpeg encoder via cx2388x host port. * "blackbird" reference design. @@ -49,7 +49,7 @@ MODULE_PARM_DESC(debug,"enable debug messages [blackbird]"); #define dprintk(level,fmt, arg...) if (debug >= level) \ printk(KERN_DEBUG "%s/2-bb: " fmt, dev->core->name , ## arg) -static struct list_head cx8802_devlist; +static LIST_HEAD(cx8802_devlist); /* ------------------------------------------------------------------ */ -- cgit v1.2.3