aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/pci_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/pci_type.h')
-rw-r--r--src/include/device/pci_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/pci_type.h b/src/include/device/pci_type.h
index 0b08e8d0aa..3f72c5f167 100644
--- a/src/include/device/pci_type.h
+++ b/src/include/device/pci_type.h
@@ -17,7 +17,6 @@
#include <stdint.h>
typedef u32 pci_devfn_t;
-typedef u32 pnp_devfn_t;
#define PCI_DEV(SEGBUS, DEV, FN) ( \
(((SEGBUS) & 0xFFF) << 20) | \