aboutsummaryrefslogtreecommitdiffstats
path: root/mcp6x_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcp6x_spi.c')
-rw-r--r--mcp6x_spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcp6x_spi.c b/mcp6x_spi.c
index fa309ca3..29d26634 100644
--- a/mcp6x_spi.c
+++ b/mcp6x_spi.c
@@ -19,8 +19,6 @@
* created by Michael Karcher.
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <stdlib.h>
#include <ctype.h>
#include "flash.h"
@@ -192,5 +190,3 @@ int mcp6x_spi_init(int want_spi)
return 0;
}
-
-#endif