diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-27 17:15:56 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-27 17:15:56 +0000 |
commit | 37884cd17a30bf0711f1214647a35047dab17229 (patch) | |
tree | cfab8080ef6d9b7740357120f1a14d909fcbfe74 /linux/drivers/media/video/cx88/cx88-blackbird.c | |
parent | fbd2b86fc147b4b01e0f618680608ee393f1bc14 (diff) | |
download | mediapointer-dvb-s2-37884cd17a30bf0711f1214647a35047dab17229.tar.gz mediapointer-dvb-s2-37884cd17a30bf0711f1214647a35047dab17229.tar.bz2 |
- blackbird oops fix.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-blackbird.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); /* ------------------------------------------------------------------ */ |