forked from luck/tmp_suning_uos_patched
powerpc: platforms: 52xx: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
21d9625180
commit
ef0e201fc1
|
@ -782,7 +782,6 @@ static const struct of_device_id mpc52xx_gpt_match[] = {
|
|||
static struct platform_driver mpc52xx_gpt_driver = {
|
||||
.driver = {
|
||||
.name = "mpc52xx-gpt",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mpc52xx_gpt_match,
|
||||
},
|
||||
.probe = mpc52xx_gpt_probe,
|
||||
|
|
|
@ -572,7 +572,6 @@ static const struct of_device_id mpc52xx_lpbfifo_match[] = {
|
|||
static struct platform_driver mpc52xx_lpbfifo_driver = {
|
||||
.driver = {
|
||||
.name = "mpc52xx-lpbfifo",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mpc52xx_lpbfifo_match,
|
||||
},
|
||||
.probe = mpc52xx_lpbfifo_probe,
|
||||
|
|
Loading…
Reference in New Issue
Block a user