aboutsummaryrefslogtreecommitdiffstats
path: root/wbsio_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'wbsio_spi.c')
-rw-r--r--wbsio_spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/wbsio_spi.c b/wbsio_spi.c
index a175b216..60b725f1 100644
--- a/wbsio_spi.c
+++ b/wbsio_spi.c
@@ -14,8 +14,6 @@
* GNU General Public License for more details.
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <stdlib.h>
#include "flash.h"
@@ -217,5 +215,3 @@ int wbsio_check_for_spi(void)
return register_spi_master(&spi_master_wbsio, data);
}
-
-#endif /* defined(__i386__) || defined(__x86_64__) */