From: Adrian Bunk Date: Sat, 15 Jul 2006 18:19:56 +0000 (-0300) Subject: V4L/DVB (4310): Saa7134: rename dmasound_{init, exit} X-Git-Tag: v2.6.18-rc4~72^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7845701820c420454bcfdc4902fad68901d9ff83;p=pandora-kernel.git V4L/DVB (4310): Saa7134: rename dmasound_{init, exit} Two different exports with the same name are not a good idea: $ grep -r EXPORT_SYMBOL\(dmasound_init\) * drivers/media/video/saa7134/saa7134-core.c:EXPORT_SYMBOL(dmasound_init); sound/oss/dmasound/dmasound_core.c:EXPORT_SYMBOL(dmasound_init); $ This patch renames the saa7134 dmasound_{init,exit} to saa7134_dmasound_{init,exit}. Signed-off-by: Adrian Bunk Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed