From: Takashi Iwai Date: Wed, 10 Dec 2008 06:40:24 +0000 (+0100) Subject: ALSA: ASoC - Fix module init entry for twl4030.c X-Git-Tag: v2.6.29-rc1~590^2~11^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e07db8cceb7dfe2d4005e4450a27f4bcda6499;p=pandora-kernel.git ALSA: ASoC - Fix module init entry for twl4030.c Fixed the function name of module init entry for twl4030.c, which conflicted with the existing hardware init function: sound/soc/codecs/twl4030.c:1278: error: conflicting types for 'twl4030_init' sound/soc/codecs/twl4030.c:1187: error: previous definition of 'twl4030_init' was here Also fixed the section type of init function. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed