Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4634484 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Linus Torvalds
Browse files

[PATCH] Fix bt87x.c build problem



Missing forward declaration

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3d3c2ae1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
{