summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/it87spi.c b/it87spi.c
index 3e422d7df..5f6fb6599 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -19,8 +19,6 @@
* Contains the ITE IT87* SPI specific routines
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <string.h>
#include <stdlib.h>
#include <errno.h>
@@ -464,5 +462,3 @@ int init_superio_ite(void)
}
return ret;
}
-
-#endif /* defined(__i386__) || defined(__x86_64__) */