diff options
Diffstat (limited to 'linux_spi.c')
-rw-r--r-- | linux_spi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux_spi.c b/linux_spi.c index bd9ffb36..27a9a0db 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 |