diff options
| author | Randy Dunlap <[email protected]> | 2010-07-21 00:25:21 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2010-07-22 14:29:33 -0700 |
| commit | c0cad1e7b81bc9601866586af6dcd6fde8c908ef (patch) | |
| tree | 46602406c29fb43a365496c87234c1e2fb4f5b45 /tools/perf/scripts/python | |
| parent | a1a38cad4c71bc08403b204fbe0ba98b4447f8bf (diff) | |
Staging: batman-adv: don't use default init_module/cleanup_module function names
Fix two staging drivers to use module_init()/module_exit()
instead of default init_module() and cleanup_module() function names
so that there are no name conflicts when both are built-in.
drivers/staging/dt3155/built-in.o: In function `cleanup_module':
(.text+0xc0): multiple definition of `cleanup_module'
drivers/staging/batman-adv/built-in.o:(.text+0x330): first defined here
drivers/staging/dt3155/built-in.o: In function `init_module':
(.text+0xe60): multiple definition of `init_module'
drivers/staging/batman-adv/built-in.o:(.text+0x400): first defined here
Signed-off-by: Randy Dunlap <[email protected]>
[[email protected]: Mark module init and exit functions as static]
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions