diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | atavia.c | 4 |
2 files changed, 0 insertions, 5 deletions
@@ -126,7 +126,6 @@ DEPENDS_ON_X86_MSR := \ DEPENDS_ON_X86_PORT_IO := \ CONFIG_ATAHPT \ CONFIG_ATAPROMISE \ - CONFIG_ATAVIA \ CONFIG_DRKAISER \ CONFIG_GFXNVIDIA \ CONFIG_INTERNAL \ @@ -20,7 +20,6 @@ #include <string.h> #include "flash.h" #include "programmer.h" -#include "hwaccess_x86_io.h" #include "platform/pci.h" #define PCI_VENDOR_ID_VIA 0x1106 @@ -164,9 +163,6 @@ static int atavia_init(void) } free(arg); - if (rget_io_perms()) - return 1; - dev = pcidev_init(ata_via, PCI_ROM_ADDRESS); /* Actually no BAR setup needed at all. */ if (!dev) return 1; |