diff mbox

[38/46] davinci: fix compilation error when using mach/system.h

Message ID 1255720190-7452-40-git-send-email-khilman@deeprootsystems.com (mailing list archive)
State Awaiting Upstream
Headers show

Commit Message

Kevin Hilman Oct. 16, 2009, 7:09 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/include/mach/system.h b/arch/arm/mach-davinci/include/mach/system.h
index 8e4f10f..f1a5f3d 100644
--- a/arch/arm/mach-davinci/include/mach/system.h
+++ b/arch/arm/mach-davinci/include/mach/system.h
@@ -13,6 +13,7 @@ 
 
 #include <linux/io.h>
 #include <mach/hardware.h>
+#include <asm/proc-fns.h>
 
 extern void davinci_watchdog_reset(void);