From: Tony Lindgren Date: Fri, 30 Nov 2012 16:41:35 +0000 (-0800) Subject: watchdog: OMAP: fixup for ARM multiplatform support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a779abe875655625da46b2e45007ebf50d94d52;p=linux-beck.git 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 cc: linux-watchdog@vger.kernel.org Signed-off-by: Tony Lindgren --- diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 477a1d47a64c..e5e7069aad93 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c @@ -45,8 +45,6 @@ #include #include #include -#include - #include #include "omap_wdt.h"