summaryrefslogtreecommitdiffstats
path: root/atahpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'atahpt.c')
-rw-r--r--atahpt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/atahpt.c b/atahpt.c
index c627e0b72..d9b56bc41 100644
--- a/atahpt.c
+++ b/atahpt.c
@@ -14,8 +14,6 @@
* GNU General Public License for more details.
*/
-#if defined(__i386__) || defined(__x86_64__)
-
#include <stdlib.h>
#include <string.h>
#include "flash.h"
@@ -97,7 +95,3 @@ const struct programmer_entry programmer_atahpt = {
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
};
-
-#else
-#error PCI port I/O access is not supported on this architecture yet.
-#endif