mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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:
@@ -782,7 +782,6 @@ static const struct of_device_id mpc52xx_gpt_match[] = {
|
|||||||
static struct platform_driver mpc52xx_gpt_driver = {
|
static struct platform_driver mpc52xx_gpt_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "mpc52xx-gpt",
|
.name = "mpc52xx-gpt",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = mpc52xx_gpt_match,
|
.of_match_table = mpc52xx_gpt_match,
|
||||||
},
|
},
|
||||||
.probe = mpc52xx_gpt_probe,
|
.probe = mpc52xx_gpt_probe,
|
||||||
|
@@ -572,7 +572,6 @@ static const struct of_device_id mpc52xx_lpbfifo_match[] = {
|
|||||||
static struct platform_driver mpc52xx_lpbfifo_driver = {
|
static struct platform_driver mpc52xx_lpbfifo_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "mpc52xx-lpbfifo",
|
.name = "mpc52xx-lpbfifo",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = mpc52xx_lpbfifo_match,
|
.of_match_table = mpc52xx_lpbfifo_match,
|
||||||
},
|
},
|
||||||
.probe = mpc52xx_lpbfifo_probe,
|
.probe = mpc52xx_lpbfifo_probe,
|
||||||
|
Reference in New Issue
Block a user