summaryrefslogtreecommitdiff
path: root/drivers/video/bochs/bochs_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/bochs/bochs_hw.h')
-rw-r--r--drivers/video/bochs/bochs_hw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/bochs/bochs_hw.h b/drivers/video/bochs/bochs_hw.h
index 420b58f4da..e01ef13d47 100644
--- a/drivers/video/bochs/bochs_hw.h
+++ b/drivers/video/bochs/bochs_hw.h
@@ -8,8 +8,8 @@
#define VBE_DISPI_IOPORT_INDEX 0x01CE
#define VBE_DISPI_IOPORT_DATA 0x01CF
-struct device_d;
+struct device;
-int bochs_hw_probe(struct device_d *dev, void *fb_map, void __iomem *mmio);
+int bochs_hw_probe(struct device *dev, void *fb_map, void __iomem *mmio);
#endif