imx233: simplify timer code

Change-Id: I845c3f20c17ce6091ed02bc4fbfca176358d31b7
This commit is contained in:
Amaury Pouly 2013-06-16 20:43:25 +02:00
parent f1c6c71218
commit fbee03e0f0

View file

@ -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;