diff options
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r-- | src/include/device/device.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 6713c9492c..c2f8ecefd7 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -14,14 +14,9 @@ #include <rules.h> #include <device/resource.h> #include <device/path.h> - -struct device; - -#ifndef __SIMPLE_DEVICE__ -typedef struct device *device_t; -#endif #include <arch/io.h> +struct device; struct pci_operations; struct pci_bus_operations; struct i2c_bus_operations; |