X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fvideo%2Fsis%2Fsis.h;h=6638b5443ee487e046a69df5ba0ac5625e930737;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=97599dfd543b34ad0c206c44d3171b13d355d6ca;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/drivers/video/sis/sis.h b/drivers/video/sis/sis.h index 97599dfd5..6638b5443 100644 --- a/drivers/video/sis/sis.h +++ b/drivers/video/sis/sis.h @@ -360,10 +360,10 @@ struct sis_video_info { unsigned long mmio_base; unsigned long vga_base; - unsigned long video_vbase; - unsigned long mmio_vbase; - char * bios_vbase; - char * bios_abase; + void __iomem * video_vbase; + void __iomem * mmio_vbase; + void __iomem * bios_vbase; + void * bios_abase; int mtrr; @@ -392,8 +392,8 @@ struct sis_video_info { #endif u32 heapstart; /* offset */ - unsigned long sisfb_heap_start; /* address */ - unsigned long sisfb_heap_end; /* address */ + void __iomem * sisfb_heap_start; /* address */ + void __iomem * sisfb_heap_end; /* address */ u32 sisfb_heap_size; int havenoheap; #if 0 @@ -469,7 +469,7 @@ struct sis_video_info { u8 detectedpdca; u8 detectedlcda; - unsigned long hwcursor_vbase; + void __iomem * hwcursor_vbase; int chronteltype; int tvxpos, tvypos;