Commit 21c08132 authored by Ian Campbell's avatar Ian Campbell Committed by Russell King

[ARM PATCH] 2114/1: fix drivers/char/watchdog/sa1100-wdt.c on SA1100

Patch from Ian Campbell

Patch 2113 broke drivers/char/watchdog/sa1100-wdt.c on SA1100.

Signed-off-by: Ian Campbell 
parent d14378fa
......@@ -27,7 +27,9 @@
#include <linux/watchdog.h>
#include <linux/init.h>
#ifdef CONFIG_ARCH_PXA
#include <asm/arch/pxa-regs.h>
#endif
#include <asm/hardware.h>
#include <asm/bitops.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment