summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Cecaric2013-03-28 17:21:38 +0100
committerAleksandar Cecaric2013-04-25 16:01:01 +0200
commita6e0aca691eae523df96ef76ef73aa0c7a202803 (patch)
tree59f991da25f3474a18669b1e86ee965ed927990d
parent5cb308b1559050c6b5c025a20fef83b9b8e4e32c (diff)
polux/linux/arch/arm: enable watchdog module compilation, closes #3954
-rw-r--r--polux/linux-2.6.10/arch/arm/mach-mse500/wdt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polux/linux-2.6.10/arch/arm/mach-mse500/wdt.c b/polux/linux-2.6.10/arch/arm/mach-mse500/wdt.c
index 3f1c813660..e5d2e52fe6 100644
--- a/polux/linux-2.6.10/arch/arm/mach-mse500/wdt.c
+++ b/polux/linux-2.6.10/arch/arm/mach-mse500/wdt.c
@@ -38,6 +38,7 @@ void spc300_wdt_switch(int use_umode)
}
EXPORT_SYMBOL(spc300_wdt_refresh);
+EXPORT_SYMBOL(spc300_wdt_switch);
int spc300_wdt_gettimeout(void)
{
@@ -49,3 +50,4 @@ int spc300_wdt_gettimeout(void)
return ((1 << (top+16)) / PCLK);
}
+EXPORT_SYMBOL(spc300_wdt_gettimeout);