diff options
author | 2006-03-22 00:07:53 -0800 | |
---|---|---|
committer | 2006-03-22 07:53:56 -0800 | |
commit | d39b6cfe664079ca79ae1cfebac4725a877fd61d (patch) | |
tree | 85a4a2784819406ac86d4f30d9764cb363c2c83b /include | |
parent | [PATCH] multiple exports of strpbrk (diff) | |
download | wireguard-linux-d39b6cfe664079ca79ae1cfebac4725a877fd61d.tar.xz wireguard-linux-d39b6cfe664079ca79ae1cfebac4725a877fd61d.zip |
[PATCH] vr41xx: convert to the new platform device interface
The patch does the following for v441xx seris drivers:
- stop using platform_device_register_simple() as it is going away
- mark ->probe() and ->remove() methods as __devinit and __devexit
respectively
- initialize "owner" field in driver structure so there is a link
from /sys/modules to the driver
- mark *_init() and *_exit() functions as __init and __exit
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions