author | Julia Lawall
<julia@diku.dk> 2009-08-09 09:42:32 UTC |
committer | Ralf Baechle
<ralf@linux-mips.org> 2009-12-02 23:58:32 UTC |
parent | dbf763a2f1c117cfe45bbbd2c874a150f0e0900b |
drivers/video/gbefb.c | +1 | -1 |
diff --git a/drivers/video/gbefb.c b/drivers/video/gbefb.c index 1a83709f961..f67db426837 100644 --- a/drivers/video/gbefb.c +++ b/drivers/video/gbefb.c @@ -1147,7 +1147,7 @@ static int __init gbefb_probe(struct platform_device *p_dev) gbefb_setup(options); #endif - if (!request_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) { + if (!request_mem_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) { printk(KERN_ERR "gbefb: couldn't reserve mmio region\n"); ret = -EBUSY; goto out_release_framebuffer;