watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem
authorNeilBrown <neil@brown.name>
Sun, 30 Dec 2018 03:21:52 +0000 (14:21 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Feb 2019 09:08:52 +0000 (10:08 +0100)
commitb5f7ead81de34cfcaaa092460118ab117279c98e
tree9025e7cc44223dce0fcd599e408ff0cf16968ff1
parentfc396828a4e6432eed50312a7bd381b1daf8a3d8
watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem

[ Upstream commit 3aa8b8bbc142eeaac89891de584535ceb7fce405 ]

These files need
   #include <linux/mod_devicetable.h>
to compile correctly.

Fixes: ac3167257b9f ("headers: separate linux/mod_devicetable.h from linux/platform_device.h")
Signed-off-by: NeilBrown <neil@brown.name>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/watchdog/mt7621_wdt.c
drivers/watchdog/rt2880_wdt.c