linux-kernelorg-stable/scripts/mod
Uwe Kleine-König b75dcabd6c modpost: members of *driver structs should not point to __init functions
Either the functions referred to in a driver struct should live in
.devinit or the driver should be registered using platform_driver_probe
(or equivalent for different driver types) with ->probe being NULL.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2010-01-29 21:56:55 +01:00
..
.gitignore
Makefile module: make MODULE_SYMBOL_PREFIX into a CONFIG option 2009-12-15 16:28:26 +10:30
empty.c
file2alias.c modpost: fix segfault in sym_is() with prefixed arches 2010-01-17 11:00:53 -08:00
mk_elfconfig.c module: make MODULE_SYMBOL_PREFIX into a CONFIG option 2009-12-15 16:28:26 +10:30
modpost.c modpost: members of *driver structs should not point to __init functions 2010-01-29 21:56:55 +01:00
modpost.h Kbuild: clear marker out of modpost 2009-12-15 16:28:31 +10:30
sumversion.c