aboutsummaryrefslogtreecommitdiffstats
path: root/mstarddc_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mstarddc_spi.c')
-rw-r--r--mstarddc_spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mstarddc_spi.c b/mstarddc_spi.c
index 8e2d5a86..71b02c0b 100644
--- a/mstarddc_spi.c
+++ b/mstarddc_spi.c
@@ -13,8 +13,6 @@
* GNU General Public License for more details.
*/
-#if CONFIG_MSTARDDC_SPI == 1
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -259,5 +257,3 @@ const struct programmer_entry programmer_mstarddc_spi = {
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
};
-
-#endif