summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/mt7621_wdt.c
diff options
context:
space:
mode:
authorMatt Redfearn <matt.redfearn@imgtec.com>2016-09-12 11:35:12 +0200
committerWim Van Sebroeck <wim@iguana.be>2016-09-24 08:59:23 +0200
commitdf9c692b5618914d4ce7c9e3e011c5683fc16226 (patch)
tree2ee908de7eaa94d10df73391dcb0b1dc2eb0ba33 /drivers/watchdog/mt7621_wdt.c
parentwatchdog: constify watchdog_ops structures (diff)
downloadlinux-df9c692b5618914d4ce7c9e3e011c5683fc16226.tar.xz
linux-df9c692b5618914d4ce7c9e3e011c5683fc16226.zip
watchdog: rt2880_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/rt2880_wdt.c: In function ‘rt288x_wdt_probe’: drivers/watchdog/rt2880_wdt.c:161:16: error: ‘struct watchdog_device’ has no member named ‘dev’ rt288x_wdt_dev.dev = &pdev->dev; ^ scripts/Makefile.build:289: recipe for target 'drivers/watchdog/rt2880_wdt.o' failed Fix this by removing the assignment. Fixes: 0254e953537c ("watchdog: Drop pointer to watchdog device ...") Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com> Cc: stable@vger.kernel.org # v4.5+ Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/mt7621_wdt.c')
0 files changed, 0 insertions, 0 deletions