tree 2fe5cb66de97b707e23d531578dc2a656855415e
parent 3d3c2ae1101c1f2dff7e2f9d514769779dbd2737
author Greg KH <[EMAIL PROTECTED]> Wed, 06 Jul 2005 22:51:03 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Wed, 06 Jul 2005 23:34:23 -0700

[PATCH] Fix bt87x.c build problem

Missing forward declaration

Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 sound/pci/bt87x.c |    2 ++
 1 files changed, 2 insertions(+)

diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c
--- 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)
 {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to