diff options
-rw-r--r-- | sound/core/rawmidi.c | 5 | ||||
-rw-r--r-- | sound/pci/hda/hda_proc.c | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c index 587ea1eb3197..d4d124e21924 100644 --- a/sound/core/rawmidi.c +++ b/sound/core/rawmidi.c | |||
@@ -534,8 +534,8 @@ static int snd_rawmidi_release(struct inode *inode, struct file *file) | |||
534 | return err; | 534 | return err; |
535 | } | 535 | } |
536 | 536 | ||
537 | int snd_rawmidi_info(struct snd_rawmidi_substream *substream, | 537 | static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, |
538 | struct snd_rawmidi_info *info) | 538 | struct snd_rawmidi_info *info) |
539 | { | 539 | { |
540 | struct snd_rawmidi *rmidi; | 540 | struct snd_rawmidi *rmidi; |
541 | 541 | ||
@@ -1694,7 +1694,6 @@ EXPORT_SYMBOL(snd_rawmidi_transmit_ack); | |||
1694 | EXPORT_SYMBOL(snd_rawmidi_transmit); | 1694 | EXPORT_SYMBOL(snd_rawmidi_transmit); |
1695 | EXPORT_SYMBOL(snd_rawmidi_new); | 1695 | EXPORT_SYMBOL(snd_rawmidi_new); |
1696 | EXPORT_SYMBOL(snd_rawmidi_set_ops); | 1696 | EXPORT_SYMBOL(snd_rawmidi_set_ops); |
1697 | EXPORT_SYMBOL(snd_rawmidi_info); | ||
1698 | EXPORT_SYMBOL(snd_rawmidi_info_select); | 1697 | EXPORT_SYMBOL(snd_rawmidi_info_select); |
1699 | EXPORT_SYMBOL(snd_rawmidi_kernel_open); | 1698 | EXPORT_SYMBOL(snd_rawmidi_kernel_open); |
1700 | EXPORT_SYMBOL(snd_rawmidi_kernel_release); | 1699 | EXPORT_SYMBOL(snd_rawmidi_kernel_release); |
diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c index 8cc5773958f6..ca514a6a5875 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/pci.h> | 26 | #include <linux/pci.h> |
27 | #include <sound/core.h> | 27 | #include <sound/core.h> |
28 | #include "hda_codec.h" | 28 | #include "hda_codec.h" |
29 | #include "hda_local.h" | ||
29 | 30 | ||
30 | static const char *get_wid_type_name(unsigned int wid_value) | 31 | static const char *get_wid_type_name(unsigned int wid_value) |
31 | { | 32 | { |