diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-09-12 06:16:51 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-09-24 08:59:31 +0200 |
commit | 8355b3f94425ac8b9683869354be935795f055ca (patch) | |
tree | 915fc5333ab81bfd477eff7829de97434789b06c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | df9c692b5618914d4ce7c9e3e011c5683fc16226 (diff) |
watchdog: mt7621_wdt: Remove assignment of dev pointer
Commit 0254e953537c ("watchdog: Drop pointer to watchdog device from
struct watchdog_device") removed the dev pointer from struct
watchdog_device, but this driver was still assigning it, leading to
a compilation error:
drivers/watchdog/mt7621_wdt.c: In function 'mt7621_wdt_probe':
drivers/watchdog/mt7621_wdt.c:142:16: error:
'struct watchdog_device' has no member named 'dev'
Fix this by removing the assignment.
Fixes: 0254e953537c ("watchdog: Drop pointer to watchdog device ...")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: stable@vger.kernel.org # v4.5+
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions