]> git.karo-electronics.de Git - karo-tx-linux.git/commit
platform_device: use a macro instead of platform_driver_register
authorLibo Chen <clbchenlibo.chen@huawei.com>
Sat, 25 May 2013 04:40:50 +0000 (12:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 20:59:03 +0000 (13:59 -0700)
commit9447057eaff871dd7c63c808de761b8732407169
tree6284b1e6653b14ceb6a9193002eec6303a509a66
parentf494513ff1b3f6bee2df329d8bbe864febf05a27
platform_device: use a macro instead of platform_driver_register

I found a lot of mistakes using struct platform_driver without owner
so I make a macro instead of the function platform_driver_register.
It can set owner in it, then guys don`t care about module owner again.

Signed-off-by: Libo Chen <libo.chen@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c
include/linux/platform_device.h