From: Dmitry Torokhov Date: Wed, 22 Mar 2006 08:07:53 +0000 (-0800) Subject: [PATCH] vr41xx: convert to the new platform device interface X-Git-Tag: v2.6.17-rc1~1129^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39b6cfe664079ca79ae1cfebac4725a877fd61d;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed