summaryrefslogtreecommitdiffstats
path: root/it85spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it85spi.c')
-rw-r--r--it85spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/it85spi.c b/it85spi.c
index dd0cb6c00..17e4e109d 100644
--- a/it85spi.c
+++ b/it85spi.c
@@ -20,8 +20,6 @@
* Contains the ITE IT85* SPI specific routines
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@@ -362,5 +360,3 @@ int it85xx_spi_init(struct superio s)
/* Set this as SPI controller. */
return register_spi_master(&spi_master_it85xx, data);
}
-
-#endif