summaryrefslogtreecommitdiff
path: root/drivers/video/bochs/bochs_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/bochs/bochs_isa.c')
-rw-r--r--drivers/video/bochs/bochs_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/bochs/bochs_isa.c b/drivers/video/bochs/bochs_isa.c
index 3cedb5c345..50fdecd9c8 100644
--- a/drivers/video/bochs/bochs_isa.c
+++ b/drivers/video/bochs/bochs_isa.c
@@ -26,6 +26,6 @@ static int bochs_isa_detect(void)
if (ret)
return ret;
- return bochs_hw_probe(dev, (void *)0xe0000000, NULL);
+ return bochs_hw_probe(dev, IOMEM(0xe0000000), NULL);
}
device_initcall(bochs_isa_detect);