From 6c908952bd16f9a1f02ef025e41b0985de593096 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 17 Aug 2019 13:49:03 -0400 Subject: [PATCH] spi_software: Remove unused include file Signed-off-by: Kevin O'Connor --- src/spi_software.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spi_software.c b/src/spi_software.c index 345e2f81..54b75dcd 100644 --- a/src/spi_software.c +++ b/src/spi_software.c @@ -4,7 +4,6 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include "board/irq.h" // gpio_out_setup #include "board/gpio.h" // gpio_out_setup #include "basecmd.h" // oid_alloc #include "command.h" // DECL_COMMAND