Commit 4d038fdd authored by Kevin Hilman's avatar Kevin Hilman

davinci: whitespace cleanups to sync w/upstream

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 8e3bd5aa
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
#ifndef __ASM_ARCH_SYSTEM_H #ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H
#include <asm/io.h> #include <linux/io.h>
#include <mach/hardware.h>
extern void davinci_watchdog_reset(void); extern void davinci_watchdog_reset(void);
......
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
#define __ASM_ARCH_TIMEX_H #define __ASM_ARCH_TIMEX_H
/* The source frequency for the timers is the 27MHz clock */ /* The source frequency for the timers is the 27MHz clock */
#define CLOCK_TICK_RATE 27000000 #define CLOCK_TICK_RATE 27000000
#endif /* __ASM_ARCH_TIMEX_H__ */ #endif /* __ASM_ARCH_TIMEX_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