Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
7116ae43
Commit
7116ae43
authored
Nov 08, 2015
by
Daniel Lezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clocksource/drivers/h8300_timer8: Remove unused macros
Signed-off-by:
Daniel Lezcano
<
daniel.lezcano@linaro.org
>
parent
d1f9db13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/clocksource/h8300_timer8.c
drivers/clocksource/h8300_timer8.c
+0
-4
No files found.
drivers/clocksource/h8300_timer8.c
View file @
7116ae43
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
#define TCORB 6
#define TCORB 6
#define _8TCNT 8
#define _8TCNT 8
#define FLAG_REPROGRAM (1 << 0)
#define FLAG_SKIPEVENT (1 << 1)
#define FLAG_SKIPEVENT (1 << 1)
#define FLAG_IRQCONTEXT (1 << 2)
#define FLAG_IRQCONTEXT (1 << 2)
#define FLAG_STARTED (1 << 3)
#define FLAG_STARTED (1 << 3)
...
@@ -32,9 +31,6 @@
...
@@ -32,9 +31,6 @@
#define ONESHOT 0
#define ONESHOT 0
#define PERIODIC 1
#define PERIODIC 1
#define RELATIVE 0
#define ABSOLUTE 1
#define SCALE 64
#define SCALE 64
struct
timer8_priv
{
struct
timer8_priv
{
...
...
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