aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/core/rawmidi.c5
-rw-r--r--sound/pci/hda/hda_proc.c1
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
537int snd_rawmidi_info(struct snd_rawmidi_substream *substream, 537static 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);
1694EXPORT_SYMBOL(snd_rawmidi_transmit); 1694EXPORT_SYMBOL(snd_rawmidi_transmit);
1695EXPORT_SYMBOL(snd_rawmidi_new); 1695EXPORT_SYMBOL(snd_rawmidi_new);
1696EXPORT_SYMBOL(snd_rawmidi_set_ops); 1696EXPORT_SYMBOL(snd_rawmidi_set_ops);
1697EXPORT_SYMBOL(snd_rawmidi_info);
1698EXPORT_SYMBOL(snd_rawmidi_info_select); 1697EXPORT_SYMBOL(snd_rawmidi_info_select);
1699EXPORT_SYMBOL(snd_rawmidi_kernel_open); 1698EXPORT_SYMBOL(snd_rawmidi_kernel_open);
1700EXPORT_SYMBOL(snd_rawmidi_kernel_release); 1699EXPORT_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
30static const char *get_wid_type_name(unsigned int wid_value) 31static const char *get_wid_type_name(unsigned int wid_value)
31{ 32{