diff --git a/[refs] b/[refs] index 5dd1b99b9474..5f56f04253a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3d3c2ae1101c1f2dff7e2f9d514769779dbd2737 +refs/heads/master: b4634484815e1879512a23e4f59eef648135c30a diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index 909fef8903cb..15202f15a02b 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/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) {