patch-2.3.15 linux/drivers/video/macfb.c

Next file: linux/drivers/video/matroxfb.c
Previous file: linux/drivers/video/imsttfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/drivers/video/macfb.c linux/drivers/video/macfb.c
@@ -157,7 +157,7 @@
 	/*
 	 * fbmem.c accepts non page aligned mappings now!
 	 */
-	fix->smem_start=(char *)mac_videobase;
+	fix->smem_start=mac_videobase;
 	fix->smem_len=mac_videosize;
 	fix->type = FB_TYPE_PACKED_PIXELS;
 	if (mac_depth == 1)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)