platform: chrome: 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
e129b04ece
commit
38c53fa8f0
|
@ -571,7 +571,6 @@ static struct platform_device *cros_platform_device;
|
||||||
static struct platform_driver cros_platform_driver = {
|
static struct platform_driver cros_platform_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "chromeos_laptop",
|
.name = "chromeos_laptop",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
},
|
},
|
||||||
.probe = chromeos_laptop_probe,
|
.probe = chromeos_laptop_probe,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue