summaryrefslogtreecommitdiffstats
path: root/it8212.c
diff options
context:
space:
mode:
Diffstat (limited to 'it8212.c')
-rw-r--r--it8212.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/it8212.c b/it8212.c
index 6488b1543..ca82d9c4d 100644
--- a/it8212.c
+++ b/it8212.c
@@ -18,7 +18,6 @@
#include "flash.h"
#include "programmer.h"
#include "hwaccess.h"
-#include "hwaccess_x86_io.h"
#include "hwaccess_physmap.h"
#include "platform/pci.h"
@@ -58,9 +57,6 @@ static const struct par_master par_master_it8212 = {
static int it8212_init(void)
{
- if (rget_io_perms())
- return 1;
-
struct pci_dev *dev = pcidev_init(devs_it8212, PCI_ROM_ADDRESS);
if (!dev)
return 1;