commit | 427914801e553806ee6b25241603030ce376d43b | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue Feb 28 12:57:22 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 02 16:20:29 2012 -0800 |
tree | e7b0c1ecbecfe7c8788a2f29a06e1b836f7c2ad5 | |
parent | 2e8d3fe4bf680b8263e0c81a8aa46a8d07b0f7be [diff] |
usb: r8a66597-hcd: Convert to module_platform_driver Use the module_platform_driver macro, move the usb_disabled() check to the probe function and get rid of the rather pointless message on module load. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>