9
0
Fork 0

ARM: animeo_ip: Use __iomem specifier for memory pointer

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-01-25 23:34:17 +04:00 committed by Sascha Hauer
parent a211494c23
commit e5d31a7efd
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ device_initcall(animeo_ip_devices_init);
static struct device_d *usart0, *usart1;
static void animeo_ip_shutdown_uart(void *base)
static void animeo_ip_shutdown_uart(void __iomem *base)
{
#define ATMEL_US_BRGR 0x0020
writel(0, base + ATMEL_US_BRGR);