Re: [v4l-dvb-maintainer] [2.6 patch] [PULL]saa7134: rename dmasound_{init,exit}

From: Hartmut Hackmann
Date: Sat Jul 15 2006 - 20:41:41 EST


Hi

Adrian Bunk wrote:
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 <bunk@xxxxxxxxx>

<snip>

I applied the patch to my personal repository.

Mauro, can you please pull?

Hartmut
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/