mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem
[ Upstream commit3aa8b8bbc1] These files need #include <linux/mod_devicetable.h> to compile correctly. Fixes:ac3167257b("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>
This commit is contained in:
parent
fc396828a4
commit
b5f7ead81d
|
|
@ -17,6 +17,7 @@
|
|||
#include <linux/watchdog.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/mod_devicetable.h>
|
||||
|
||||
#include <asm/mach-ralink/ralink_regs.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
#include <linux/watchdog.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/mod_devicetable.h>
|
||||
|
||||
#include <asm/mach-ralink/ralink_regs.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user