summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ichspi.c b/ichspi.c
index 091e4e200..d345af2c7 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -19,8 +19,6 @@
* GNU General Public License for more details.
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <string.h>
#include <stdlib.h>
#include "flash.h"
@@ -2113,5 +2111,3 @@ int via_init_spi(uint32_t mmio_base)
return 0;
}
-
-#endif