From 64522df74072732a33cf521718c7e86d3d05866a Mon Sep 17 00:00:00 2001 From: Wayne Ren Date: Fri, 30 Nov 2018 17:27:01 +0800 Subject: [PATCH] soc: arc: clean up the timer relatted definitions the old definitions are not required Signed-off-by: Wayne Ren --- soc/arc/snps_emsk/soc.h | 6 ------ soc/arc/snps_nsim/soc.h | 6 ------ 2 files changed, 12 deletions(-) diff --git a/soc/arc/snps_emsk/soc.h b/soc/arc/snps_emsk/soc.h index 64233730e77..6bc948ad3fe 100644 --- a/soc/arc/snps_emsk/soc.h +++ b/soc/arc/snps_emsk/soc.h @@ -42,12 +42,6 @@ #include #include -#define ARCV2_TIMER0_INT_LVL IRQ_TIMER0 -#define ARCV2_TIMER0_INT_PRI 0 - -#define ARCV2_TIMER1_INT_LVL IRQ_TIMER1 -#define ARCV2_TIMER1_INT_PRI 1 - #define INT_ENABLE_ARC ~(0x00000001 << 8) #define INT_ENABLE_ARC_BIT_POS (8) diff --git a/soc/arc/snps_nsim/soc.h b/soc/arc/snps_nsim/soc.h index 7c44445e71b..a01ee1463b3 100644 --- a/soc/arc/snps_nsim/soc.h +++ b/soc/arc/snps_nsim/soc.h @@ -27,12 +27,6 @@ #include #include -#define ARCV2_TIMER0_INT_LVL IRQ_TIMER0 -#define ARCV2_TIMER0_INT_PRI 0 - -#define ARCV2_TIMER1_INT_LVL IRQ_TIMER1 -#define ARCV2_TIMER1_INT_PRI 1 - #define INT_ENABLE_ARC ~(0x00000001 << 8) #define INT_ENABLE_ARC_BIT_POS (8)