Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4d038fdd
Commit
4d038fdd
authored
Jul 01, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
davinci: whitespace cleanups to sync w/upstream
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
8e3bd5aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
arch/arm/mach-davinci/include/mach/system.h
arch/arm/mach-davinci/include/mach/system.h
+2
-1
arch/arm/mach-davinci/include/mach/timex.h
arch/arm/mach-davinci/include/mach/timex.h
+2
-2
No files found.
arch/arm/mach-davinci/include/mach/system.h
View file @
4d038fdd
...
@@ -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
);
...
...
arch/arm/mach-davinci/include/mach/timex.h
View file @
4d038fdd
...
@@ -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__ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment