diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-03 19:53:56 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-03 19:53:56 -0800 |
| commit | a8a93c6f9922c0d70459668c1300b226cb3918ab (patch) | |
| tree | 6d484e6cb951bad4805297648ad17e1d42fe03f4 /net | |
| parent | Linux 3.18-rc3 (diff) | |
| parent | ALSA: sparc: drop owner assignment from platform_drivers (diff) | |
| download | linux-a8a93c6f9922c0d70459668c1300b226cb3918ab.tar.gz linux-a8a93c6f9922c0d70459668c1300b226cb3918ab.zip | |
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
Diffstat (limited to 'net')
| -rw-r--r-- | net/dsa/dsa.c | 1 | ||||
| -rw-r--r-- | net/rfkill/rfkill-gpio.c | 1 | ||||
| -rw-r--r-- | net/rfkill/rfkill-regulator.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c index 6317b41c99b0..21bea5ee1e9f 100644 --- a/net/dsa/dsa.c +++ b/net/dsa/dsa.c @@ -747,7 +747,6 @@ static struct platform_driver dsa_driver = { .shutdown = dsa_shutdown, .driver = { .name = "dsa", - .owner = THIS_MODULE, .of_match_table = dsa_of_match_table, .pm = &dsa_pm_ops, }, diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index 0f62326c0f5e..fd33aa4ec249 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -171,7 +171,6 @@ static struct platform_driver rfkill_gpio_driver = { .remove = rfkill_gpio_remove, .driver = { .name = "rfkill_gpio", - .owner = THIS_MODULE, .acpi_match_table = ACPI_PTR(rfkill_acpi_match), }, }; diff --git a/net/rfkill/rfkill-regulator.c b/net/rfkill/rfkill-regulator.c index cf5b145902e5..50cd26a48e87 100644 --- a/net/rfkill/rfkill-regulator.c +++ b/net/rfkill/rfkill-regulator.c @@ -142,7 +142,6 @@ static struct platform_driver rfkill_regulator_driver = { .remove = rfkill_regulator_remove, .driver = { .name = "rfkill-regulator", - .owner = THIS_MODULE, }, }; |
