]> git.sur5r.net Git - u-boot/blobdiff - arch/nds32/lib/interrupts.c
rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig
[u-boot] / arch / nds32 / lib / interrupts.c
index d86cc2341eff4741ff7f04d23f088770a9b429bd..72ff78d1d770d462046c3399b0e1775d170e0caa 100644 (file)
@@ -35,6 +35,10 @@ int GIE_STATUS(void)
 
 #ifdef CONFIG_USE_INTERRUPT
 
+int interrupt_init(void)
+{
+       return 0;
+}
 /* enable interrupts */
 void enable_interrupts(void)
 {