Message ID | 1388135720-12832-185-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c index 875cf3f..fac95a4 100644 --- a/arch/arm/mach-shmobile/board-bockw-reference.c +++ b/arch/arm/mach-shmobile/board-bockw-reference.c @@ -32,7 +32,7 @@ #define COMCTLR 0x101c static void __init bockw_init(void) { - static void __iomem *fpga; + void __iomem *fpga; r8a7778_clock_init(); r8a7778_init_irq_extpin_dt(1); @@ -50,6 +50,8 @@ static void __init bockw_init(void) u16 val = ioread16(fpga + IRQ0MR); val &= ~(1 << 4); /* enable SMSC911x */ iowrite16(val, fpga + IRQ0MR); + + iounmap(fpga); } of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);