projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3c2ae
)
[PATCH] Fix bt87x.c build problem
author
Greg KH
<greg@kroah.com>
Wed, 6 Jul 2005 15:51:03 +0000
(08:51 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 6 Jul 2005 16:34:23 +0000
(09:34 -0700)
Missing forward declaration
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/pci/bt87x.c
patch
|
blob
|
history
diff --git
a/sound/pci/bt87x.c
b/sound/pci/bt87x.c
index 909fef8903cb041283801d945bc7a46177df6cdd..15202f15a02b0f403c82ef307f9f3736b8248889 100644
(file)
--- 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)
{