nxp_kinetis: Remove unused dspi irq defines from soc.h

Now that we get dspi irq numbers from dts, we can remove the defines
from soc.h.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-04-17 16:07:18 -05:00 committed by Kumar Gala
commit a88e31d2ca
2 changed files with 0 additions and 11 deletions

View file

@ -33,8 +33,6 @@ extern "C" {
/* IRQs */
#define IRQ_SPI0 26
#define IRQ_SPI1 27
#define IRQ_ETH_IEEE1588_TMR 82
#define IRQ_ETH_TX 83
#define IRQ_ETH_RX 84

View file

@ -18,21 +18,12 @@ extern "C" {
#define LPUART0_CLK_SRC kCLOCK_CoreSysClk
/* IRQs */
#define IRQ_SPI0 10
#define IRQ_SPI1 29
#endif
#if defined(CONFIG_SOC_MKW22D5) || defined(CONFIG_SOC_MKW24D5)
#define PERIPH_ADDR_BASE_WDOG 0x40052000 /* Watchdog Timer module */
/* IRQs */
#define IRQ_SPI0 26
#define IRQ_SPI1 27
#endif
#ifndef _ASMLANGUAGE