OSDN Git Service

irqchip: renesas-h8s: Replace ctrl_outw/ctrl_inw with writew/readw
authorGuenter Roeck <linux@roeck-us.net>
Wed, 16 Dec 2015 04:30:37 +0000 (20:30 -0800)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 20 Jan 2016 13:44:13 +0000 (22:44 +0900)
commitbe13326058e79c0b3d8caea5e7d1b34286c09487
treeb1c3bb28cb810d4d4a7e80d0fe3ddf9a3120ed2f
parent9ee05bb627c08eae8b854c9fa1d77e75188954b6
irqchip: renesas-h8s: Replace ctrl_outw/ctrl_inw with writew/readw

Commit 13ae42a3b1c1 ("h8300: Rename ctlr_out/in[bwl] to
raw_read/write[bwl]") changed the function names, but not all callers,
resulting in

drivers/irqchip/irq-renesas-h8s.c: In function ‘h8s_disable_irq’:
drivers/irqchip/irq-renesas-h8s.c:43:9: error:
implicit declaration of function ‘ctrl_inw’
drivers/irqchip/irq-renesas-h8s.c:44:2: error:
implicit declaration of function ‘ctrl_outw’

Fixes: 13ae42a3b1c1 ("h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]")
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/irqchip/irq-renesas-h8s.c