Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a779abe authored by Tony Lindgren's avatar Tony Lindgren
Browse files

watchdog: OMAP: fixup for ARM multiplatform support



Recent changes to the omap_wdt.c removed the dependencies to
the core omap code, but forgot to remove mach/hardware.h.

We cannot include any plat headers with multiplatform
support enabled.

cc: Wim Van Sebroeck <wim@iguana.be>
cc: linux-watchdog@vger.kernel.org
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2589d056
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -45,8 +45,6 @@
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/pm_runtime.h>
#include <mach/hardware.h>

#include <linux/platform_data/omap-wd-timer.h>

#include "omap_wdt.h"