Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
Tento commit je obsažen v:
@@ -1575,7 +1575,6 @@ MODULE_ALIAS("platform:si476x-radio");
|
||||
static struct platform_driver si476x_radio_driver = {
|
||||
.driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = si476x_radio_probe,
|
||||
.remove = si476x_radio_remove,
|
||||
|
@@ -174,7 +174,6 @@ static int timbradio_remove(struct platform_device *pdev)
|
||||
static struct platform_driver timbradio_platform_driver = {
|
||||
.driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = timbradio_probe,
|
||||
.remove = timbradio_remove,
|
||||
|
@@ -2148,7 +2148,6 @@ static struct platform_driver wl1273_fm_radio_driver = {
|
||||
.remove = wl1273_fm_radio_remove,
|
||||
.driver = {
|
||||
.name = "wl1273_fm_radio",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
@@ -236,7 +236,6 @@ static int radio_si4713_pdriver_remove(struct platform_device *pdev)
|
||||
static struct platform_driver radio_si4713_pdriver = {
|
||||
.driver = {
|
||||
.name = "radio-si4713",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = radio_si4713_pdriver_probe,
|
||||
.remove = radio_si4713_pdriver_remove,
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele