From: Greg KH Date: Wed, 6 Jul 2005 15:51:03 +0000 (-0700) Subject: [PATCH] Fix bt87x.c build problem X-Git-Tag: v2.6.13-rc3~321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4634484815e1879512a23e4f59eef648135c30a;p=profile%2Fivi%2Fkernel-x86-ivi.git [PATCH] Fix bt87x.c build problem Missing forward declaration Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index 909fef8..15202f1 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c @@ -798,6 +798,8 @@ static struct { {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ }; +static struct pci_driver driver; + /* return the rate of the card, or a negative value if it's blacklisted */ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci) {