ALSA: ASoC - Fix module init entry for twl4030.c
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 Dec 2008 06:40:24 +0000 (07:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Dec 2008 06:40:24 +0000 (07:40 +0100)
commit24e07db8cceb7dfe2d4005e4450a27f4bcda6499
tree4259c0b4173d15fa68b7c314b59303cad21727f4
parent471716f7ea646487b7b5c7b3efc68a023b05a933
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 <tiwai@suse.de>
sound/soc/codecs/twl4030.c