clocksource: kona: fix __iomem annotation
authorOlof Johansson <olof@lixom.net>
Mon, 8 Dec 2014 21:42:02 +0000 (13:42 -0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 5 Jan 2015 13:43:36 +0000 (14:43 +0100)
commitff4bcc84a9e720ffa6cb7cf01e9e938568147cd6
treee61f02e84f337094a5723b4ee728988ee8bc0b18
parent8c38d28ba8da98f7102c31d35359b4dbe9d1f329
clocksource: kona: fix __iomem annotation

It makes no sense to hide the __iomem annotation from the function
that uses it, especially since it causes a sparse warning:

drivers/clocksource/bcm_kona_timer.c:118:38: warning: incorrect type in argument 1 (different address spaces)
drivers/clocksource/bcm_kona_timer.c:118:38:    expected void *timer_base
drivers/clocksource/bcm_kona_timer.c:118:38:    got void [noderef] <asn:2>*static [toplevel] tmr_regs

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/bcm_kona_timer.c