[ALSA] sound/: possible cleanups
authorAdrian Bunk <bunk@stusta.de>
Wed, 23 Nov 2005 12:14:50 +0000 (13:14 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:29:40 +0000 (12:29 +0100)
commit18612048b3e951f7e0ae9be65efe9e8cfde868a6
tree5432f794d9ee9129b21b066655fce88d63f073c3
parent9a1a2a1d4eeda00df45ccf7a3a375d1887f1efb3
[ALSA] sound/: possible cleanups

Modules: RawMidi Midlevel,HDA generic driver

This patch contains the following possible cleanups:
- pci/hda/hda_proc.c should #include 'hda_local.h' for including the
  prototype of it's global function snd_hda_codec_proc_new()
- core/rawmidi.c: make the needlessly global and EXPORT_SYMBOL'ed
  function snd_rawmidi_info() static

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/rawmidi.c
sound/pci/hda/hda_proc.c