* Pavel Roskin | 2010-04-07 02:19:55 [-0400]: >On Mon, 2010-04-05 at 19:04 +0200, Sebastian Andrzej Siewior wrote: > >> +module_init(arc4_init); >> +module_exit(arc4_exit); > >I'm feelings uneasy about using the same module init/exit functions >names in arc4blk.c and arc4cip.c. > >Even though it doesn't break for me on x86_64 (whether I'm compiling >modules or a solid kernel), and even though the potential name conflict Take a look at - sd_mod_init - via_init - watchdog_init just to name a few. There is no conflict because those functions are not global. The only problem you have is in the backtrace since you can't distinguish them. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html