diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-29 11:40:38 +0100 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-29 21:56:55 +0100 |
commit | b75dcabd6c6c71d7cea64f78b06d18d9cda0ddd1 (patch) | |
tree | 0169ca0b88724ed68ce64a67db2ae3c5cec79297 /fs | |
parent | 499a2673713c85734a54c37dd90b4b729de399c4 (diff) | |
download | linux-3.10-b75dcabd6c6c71d7cea64f78b06d18d9cda0ddd1.tar.gz linux-3.10-b75dcabd6c6c71d7cea64f78b06d18d9cda0ddd1.tar.bz2 linux-3.10-b75dcabd6c6c71d7cea64f78b06d18d9cda0ddd1.zip |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions