aboutsummaryrefslogtreecommitdiffstats
path: root/sb600spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sb600spi.c b/sb600spi.c
index fe7920fb..7fa01afb 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -18,8 +18,6 @@
* GNU General Public License for more details.
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <string.h>
#include <stdlib.h>
#include "flash.h"
@@ -799,5 +797,3 @@ int sb600_probe_spi(struct pci_dev *dev)
return 0;
}
-
-#endif