intel_adsp: remove unused defines from soc.h
SSP_MN_DIV_BASE is not being used anywhere, so remove it. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6c3277eada
commit
98a88cc5a7
|
@ -13,11 +13,6 @@
|
|||
|
||||
#include <adsp_interrupt.h>
|
||||
|
||||
|
||||
#define SSP_MN_DIV_SIZE (8)
|
||||
#define SSP_MN_DIV_BASE(x) \
|
||||
(0x00078D00 + ((x) * SSP_MN_DIV_SIZE))
|
||||
|
||||
/* DSP Wall Clock Timers (0 and 1) */
|
||||
#define DSP_WCT_IRQ(x) \
|
||||
SOC_AGGREGATE_IRQ((22 + x), CAVS_L2_AGG_INT_LEVEL2)
|
||||
|
|
Loading…
Reference in a new issue