Skip to content

Commit

Permalink
watchdog: OMAP: fixup for ARM multiplatform support
Browse files Browse the repository at this point in the history
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: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Nov 30, 2012
1 parent 2589d05 commit 0a779ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/watchdog/omap_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a779ab

Please sign in to comment.