summaryrefslogtreecommitdiff
path: root/src/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips')
-rw-r--r--src/arch/mips/include/arch/pci_ops.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/mips/include/arch/pci_ops.h b/src/arch/mips/include/arch/pci_ops.h
index f57befa31e..7bfcbdd8f9 100644
--- a/src/arch/mips/include/arch/pci_ops.h
+++ b/src/arch/mips/include/arch/pci_ops.h
@@ -17,8 +17,7 @@
#define ARCH_MIPS_PCI_OPS_H
#include <stdint.h>
-
-typedef u32 pci_devfn_t;
+#include <device/pci_type.h>
#ifdef __SIMPLE_DEVICE__
u8 pci_read_config8(pci_devfn_t dev, unsigned int where);