Title: [5361] trunk/arch/blackfin/mach-bf533/boards/H8606.c: add cast for setting memory base to address
Revision
5361
Author
vapier
Date
2008-09-29 15:04:46 -0500 (Mon, 29 Sep 2008)

Log Message

add cast for setting memory base to address

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-bf533/boards/H8606.c (5360 => 5361)


--- trunk/arch/blackfin/mach-bf533/boards/H8606.c	2008-09-29 18:52:37 UTC (rev 5360)
+++ trunk/arch/blackfin/mach-bf533/boards/H8606.c	2008-09-29 20:04:46 UTC (rev 5361)
@@ -344,7 +344,7 @@
 
 static struct plat_serial8250_port serial8250_platform_data [] = {
 	{
-		.membase = 0x20200000,
+		.membase = (void *)0x20200000,
 		.mapbase = 0x20200000,
 		.irq = IRQ_PF8,
 		.flags = UPF_BOOT_AUTOCONF | UART_CONFIG_TYPE,
@@ -352,7 +352,7 @@
 		.regshift = 1,
 		.uartclk = 66666667,
 	}, {
-		.membase = 0x20200010,
+		.membase = (void *)0x20200010,
 		.mapbase = 0x20200010,
 		.irq = IRQ_PF8,
 		.flags = UPF_BOOT_AUTOCONF | UART_CONFIG_TYPE,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to