Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1305508
| From | richard.dorsch@gmail.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/8] Remove .owner from platform_driver struct |
| Date | 2016-01-10 08:50 +0100 |
| Message-ID | <qPiVb-1cO-1@gated-at.bofh.it> (permalink) |
| References | <qOQ2S-6c6-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Richard Vidal-Dorsch <richard.dorsch@gmail.com>
Signed-off-by: Richard Vidal-Dorsch <richard.dorsch@gmail.com>
---
drivers/gpio/imanager-gpio.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpio/imanager-gpio.c b/drivers/gpio/imanager-gpio.c
index 3939c0f..b6fa689 100644
--- a/drivers/gpio/imanager-gpio.c
+++ b/drivers/gpio/imanager-gpio.c
@@ -167,7 +167,6 @@ static int imanager_remove(struct platform_device *pdev)
static struct platform_driver imanager_gpio_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "imanager_gpio",
},
.probe = imanager_gpio_probe,
--
2.6.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] Add Advantech iManager EC driver set richard.dorsch@gmail.com - 2016-01-08 23:30 +0100
[PATCH 2/6] Add Advantech iManager GPIO driver richard.dorsch@gmail.com - 2016-01-08 23:30 +0100
[PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2016-01-09 02:00 +0100
Re: [PATCH 2/6] Add Advantech iManager GPIO driver kbuild test robot <lkp@intel.com> - 2016-01-09 02:00 +0100
[PATCH 7/8] Remove .owner from platform_driver struct richard.dorsch@gmail.com - 2016-01-10 08:50 +0100
[PATCH 6/6] Add Advantech iManager Watchdog driver richard.dorsch@gmail.com - 2016-01-08 23:30 +0100
[PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2016-01-09 03:10 +0100
Re: [PATCH 6/6] Add Advantech iManager Watchdog driver kbuild test robot <lkp@intel.com> - 2016-01-09 03:10 +0100
[PATCH 8/8] Remove .owner from platform_driver struct richard.dorsch@gmail.com - 2016-01-10 08:50 +0100
[PATCH 5/6] Add Advantech iManager Backlight driver richard.dorsch@gmail.com - 2016-01-08 23:40 +0100
[PATCH 4/6] Add Advantech iManager I2C driver richard.dorsch@gmail.com - 2016-01-08 23:40 +0100
csiph-web