aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_hwdep.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-12-07 07:41:56 +0100
committerTakashi Iwai <tiwai@suse.de>2012-12-07 07:41:56 +0100
commit6a0f56a784cd8b08d5c438c11cfa659472b29113 (patch)
tree76f2f4a393fc9f4b4804d451daf9f0988e7a4ac9 /sound/pci/hda/hda_hwdep.c
parentALSA: hda - Remove superfluous DELAYED_INIT*_MARK (diff)
downloadlinux-dev-6a0f56a784cd8b08d5c438c11cfa659472b29113.tar.xz
linux-dev-6a0f56a784cd8b08d5c438c11cfa659472b29113.zip
ALSA: Remove the rest of __devinit* in comments
Remove the leftover __devinit* in comments. They have been commented out because they couldn't fit with __dev* although they should have matched. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_hwdep.c')
-rw-r--r--sound/pci/hda/hda_hwdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c
index 1af86d40eb23..a5c9411bb367 100644
--- a/sound/pci/hda/hda_hwdep.c
+++ b/sound/pci/hda/hda_hwdep.c
@@ -125,7 +125,7 @@ static void hwdep_free(struct snd_hwdep *hwdep)
clear_hwdep_elements(hwdep->private_data);
}
-int /*__devinit*/ snd_hda_create_hwdep(struct hda_codec *codec)
+int snd_hda_create_hwdep(struct hda_codec *codec)
{
char hwname[16];
struct snd_hwdep *hwdep;