imx233: simplify timer code
Change-Id: I845c3f20c17ce6091ed02bc4fbfca176358d31b7
This commit is contained in:
parent
f1c6c71218
commit
fbee03e0f0
1 changed files with 0 additions and 8 deletions
|
@ -22,15 +22,7 @@
|
|||
#include "timrot-imx233.h"
|
||||
#include "timer.h"
|
||||
|
||||
#ifdef SANSA_FUZEPLUS
|
||||
#define USER_TIMER_NR 1
|
||||
#elif defined(CREATIVE_ZENXFI2)
|
||||
#define USER_TIMER_NR 1
|
||||
#elif defined(CREATIVE_ZENXFI3)
|
||||
#define USER_TIMER_NR 1
|
||||
#else
|
||||
#error Select user timer !
|
||||
#endif
|
||||
|
||||
static long timer_cycles = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue