summaryrefslogtreecommitdiffstats
path: root/linux_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux_spi.c')
-rw-r--r--linux_spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux_spi.c b/linux_spi.c
index bd9ffb360..27a9a0dba 100644
--- a/linux_spi.c
+++ b/linux_spi.c
@@ -13,8 +13,6 @@
* GNU General Public License for more details.
*/
-#if CONFIG_LINUX_SPI == 1
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -256,5 +254,3 @@ const struct programmer_entry programmer_linux_spi = {
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
};
-
-#endif // CONFIG_LINUX_SPI == 1