Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1305509
| From | richard.dorsch@gmail.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 8/8] Remove .owner from platform_driver struct |
| Date | 2016-01-10 08:50 +0100 |
| Message-ID | <qPiVc-1cO-3@gated-at.bofh.it> (permalink) |
| References | <qOR8B-78i-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/watchdog/imanager-wdt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/watchdog/imanager-wdt.c b/drivers/watchdog/imanager-wdt.c
index 41d44bc..8a8b369 100644
--- a/drivers/watchdog/imanager-wdt.c
+++ b/drivers/watchdog/imanager-wdt.c
@@ -319,7 +319,6 @@ static int imanager_wdt_remove(struct platform_device *pdev)
static struct platform_driver imanager_wdt_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "imanager_wdt",
},
.probe = imanager_wdt_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