From 95f39b0098783704f2425e118897da5315ccb2ee Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 21 Sep 2021 10:00:14 +0200 Subject: remove compile guards The build system handles the decision when to build a file. Extra compile guards for the source files are not necessary. Change-Id: I76a76e05c7a7dd27637325ab1e9d8946fd5f9076 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/57797 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- mstarddc_spi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mstarddc_spi.c') 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 #include #include @@ -259,5 +257,3 @@ const struct programmer_entry programmer_mstarddc_spi = { .unmap_flash_region = fallback_unmap, .delay = internal_delay, }; - -#endif -- cgit v1.2.3