projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6860107
)
[ARM] 5606/1: Fix ep93xx watchdog driver headers
author
Ryan Mallon
<ryan@bluewatersys.com>
Wed, 15 Jul 2009 20:33:22 +0000
(21:33 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 17 Jul 2009 12:33:25 +0000
(13:33 +0100)
Fix a number of build errors in the ep93xx watchdog driver due
to missing io.h
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/watchdog/ep93xx_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/ep93xx_wdt.c
b/drivers/watchdog/ep93xx_wdt.c
index e9f950ff86eaee3e685bd35b4eb9c17221da4cde..cdd55e0d09f8410b949f730fb1cdd6ba07db8ddd 100644
(file)
--- a/
drivers/watchdog/ep93xx_wdt.c
+++ b/
drivers/watchdog/ep93xx_wdt.c
@@
-29,6
+29,7
@@
#include <linux/watchdog.h>
#include <linux/timer.h>
#include <linux/uaccess.h>
+#include <linux/io.h>
#include <mach/hardware.h>
#define WDT_VERSION "0.3"