timer: remove unused core field

Removes unused core field from timer structure.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-09-11 13:30:44 +02:00 committed by Liam Girdwood
parent 7325dda291
commit 0bed38788e
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ struct timer {
int irq;
int logical_irq; /* used for external timers */
const char *irq_name;
unsigned int core;
void *timer_data; /* used by core */
uint32_t hitime; /* high end of 64bit timer */
uint32_t hitimeout;