diff --git a/src/arch/xtensa/include/arch/drivers/timer.h b/src/arch/xtensa/include/arch/drivers/timer.h index f95cd80b5..b8841b088 100644 --- a/src/arch/xtensa/include/arch/drivers/timer.h +++ b/src/arch/xtensa/include/arch/drivers/timer.h @@ -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;