aboutsummaryrefslogtreecommitdiffstats
path: root/linux_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux_spi.c')
-rw-r--r--linux_spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux_spi.c b/linux_spi.c
index b51d9e98..ee023045 100644
--- a/linux_spi.c
+++ b/linux_spi.c
@@ -251,6 +251,4 @@ const struct programmer_entry programmer_linux_spi = {
.type = OTHER,
.devs.note = "Device files /dev/spidev*.*\n",
.init = linux_spi_init,
- .map_flash_region = fallback_map,
- .unmap_flash_region = fallback_unmap,
};