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