Skip to content

Commit

Permalink
[PATCH] Fix bt87x.c build problem
Browse files Browse the repository at this point in the history
Missing forward declaration

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg KH authored and Linus Torvalds committed Jul 6, 2005
1 parent 3d3c2ae commit b463448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/bt87x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b463448

Please sign in to comment.