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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/bochs/bochs_hw.h b/drivers/video/bochs/bochs_hw.h
index e01ef13d47..c721113656 100644
--- a/drivers/video/bochs/bochs_hw.h
+++ b/drivers/video/bochs/bochs_hw.h
@@ -10,6 +10,6 @@
struct device;
-int bochs_hw_probe(struct device *dev, void *fb_map, void __iomem *mmio);
+int bochs_hw_probe(struct device *dev, void __iomem *fb_map, void __iomem *mmio);
#endif