summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/flashrom.c b/flashrom.c
index 36d145f..2c77ff3 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -30,13 +30,6 @@
#include <stdlib.h>
#include <getopt.h>
#include <pci/pci.h>
-/* for iopl */
-#if defined (__sun) && (defined(__i386) || defined(__amd64))
-#include <strings.h>
-#include <sys/sysi86.h>
-#include <sys/psw.h>
-#include <asm/sunddi.h>
-#endif
#include "flash.h"
char *chip_to_probe = NULL;
OpenPOWER on IntegriCloud