diff options
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/vx900/bootblock.c | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/chrome9hd.c | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/early_vx900.c | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/early_vx900.h | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/lpc.c | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/pcie.c | 1 | ||||
-rw-r--r-- | src/northbridge/via/vx900/vx900.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/northbridge/via/vx900/bootblock.c b/src/northbridge/via/vx900/bootblock.c index 1051be45ca..6679cdb31b 100644 --- a/src/northbridge/via/vx900/bootblock.c +++ b/src/northbridge/via/vx900/bootblock.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #if CONFIG_ROM_SIZE == 0x80000 diff --git a/src/northbridge/via/vx900/chrome9hd.c b/src/northbridge/via/vx900/chrome9hd.c index 69a0a6b6c9..163f6b1da0 100644 --- a/src/northbridge/via/vx900/chrome9hd.c +++ b/src/northbridge/via/vx900/chrome9hd.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <console/console.h> #include <device/pci.h> diff --git a/src/northbridge/via/vx900/early_vx900.c b/src/northbridge/via/vx900/early_vx900.c index d5c702ccd1..e50b96812d 100644 --- a/src/northbridge/via/vx900/early_vx900.c +++ b/src/northbridge/via/vx900/early_vx900.c @@ -15,7 +15,6 @@ */ #include "early_vx900.h" -#include <arch/io.h> #include <device/pci_ops.h> #include <console/console.h> diff --git a/src/northbridge/via/vx900/early_vx900.h b/src/northbridge/via/vx900/early_vx900.h index 899512b90c..c1a823beaa 100644 --- a/src/northbridge/via/vx900/early_vx900.h +++ b/src/northbridge/via/vx900/early_vx900.h @@ -20,7 +20,6 @@ #include "raminit.h" #include "vx900.h" -#include <arch/io.h> #include <stdint.h> /* North Module devices */ diff --git a/src/northbridge/via/vx900/lpc.c b/src/northbridge/via/vx900/lpc.c index 221fe8e189..209601d951 100644 --- a/src/northbridge/via/vx900/lpc.c +++ b/src/northbridge/via/vx900/lpc.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <arch/pirq_routing.h> #include <console/console.h> diff --git a/src/northbridge/via/vx900/pcie.c b/src/northbridge/via/vx900/pcie.c index b4d2723c75..ef157d8a02 100644 --- a/src/northbridge/via/vx900/pcie.c +++ b/src/northbridge/via/vx900/pcie.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/pci_ops.h> #include <console/console.h> #include <device/pci.h> diff --git a/src/northbridge/via/vx900/vx900.h b/src/northbridge/via/vx900/vx900.h index 210a250eb2..9e30638892 100644 --- a/src/northbridge/via/vx900/vx900.h +++ b/src/northbridge/via/vx900/vx900.h @@ -26,7 +26,6 @@ #define VX900_MAX_DIMM_SLOTS 2 #define VX900_MAX_MEM_RANKS 4 -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci.h> #include <console/console.h> |