From: Paul Mundt Date: Mon, 21 May 2012 09:21:54 +0000 (+0900) Subject: ALSA: sh: Fix up namespace collision in sh_dac_audio. X-Git-Tag: v3.5-rc1~118^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c6983859a82422640c727d2426b435dfff56f4;p=pandora-kernel.git ALSA: sh: Fix up namespace collision in sh_dac_audio. The module_platform_driver() conversion ended up tripping over the driver name, leading to confusion in the macro with regards to 'driver' being redefined. rename it to something slightly more suitable to avoid namespace collisions. sound/sh/sh_dac_audio.c:444:122: error: conflicting types for 'driver_init' include/linux/device.h:773:6: note: previous declaration of 'driver_init' was here make[3]: *** [sound/sh/sh_dac_audio.o] Error 1 Signed-off-by: Paul Mundt Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed