diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-09 18:41:12 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-10-26 03:57:11 +0100 |
commit | dc878b45adff2f21bb209d8abdf3ccecc2dc32d8 (patch) | |
tree | dd7d3222b8de0bfac47f7458fe7b828f7add506a /src/include/device/device.h | |
parent | 5962b4ce9c87f8d34bfc00b14820645ab8281e5f (diff) |
include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs
'pci_devfn_t' and 'pnp_devfn_t' are already defined in arch/io.h
Change-Id: I006182bf6933fae21fe6671659b76e7031e74b71
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6230
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r-- | src/include/device/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index cf4cb8c84c..3810716057 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -18,8 +18,6 @@ struct device; #ifndef __SIMPLE_DEVICE__ typedef struct device * device_t; -typedef u32 pci_devfn_t; -typedef u32 pnp_devfn_t; struct pci_operations; struct pci_bus_operations; struct smbus_bus_operations; |