From: Takashi Iwai Date: Mon, 10 Feb 2014 17:23:57 +0000 (+0100) Subject: ALSA: hda - Make snd_hda_gen_spec_free() static X-Git-Tag: v3.15-rc1~142^2~3^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8dca4604a13469892c77c25638691d7757e7a47;p=pandora-kernel.git ALSA: hda - Make snd_hda_gen_spec_free() static The last user of snd_hda_gen_spec_free() is patch_via.c, and we can rewrite it safely with snd_hda_gen_free(), so that snd_hda_gen_spec_free() can be a local function in hda_generic.c. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed