Skip to content

Commit

Permalink
clocksource/drivers/h8300_timer8: Remove unused macros
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lezcano <[email protected]>
  • Loading branch information
dlezcano committed Dec 15, 2015
1 parent d1f9db1 commit 7116ae4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/clocksource/h8300_timer8.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@
#define TCORB 6
#define _8TCNT 8

#define FLAG_REPROGRAM (1 << 0)
#define FLAG_SKIPEVENT (1 << 1)
#define FLAG_IRQCONTEXT (1 << 2)
#define FLAG_STARTED (1 << 3)

#define ONESHOT 0
#define PERIODIC 1

#define RELATIVE 0
#define ABSOLUTE 1

#define SCALE 64

struct timer8_priv {
Expand Down

0 comments on commit 7116ae4

Please sign in to comment.