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)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user