bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'
authorLee Jones <lee.jones@linaro.org>
Wed, 26 May 2021 08:10:37 +0000 (09:10 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jun 2021 07:18:19 +0000 (10:18 +0300)
commit4e0018530c2edc5846a737222059661a2ae77522
treed3bc46382c13776df2825854d090171e109f2dc4
parent3ff340e24c9dd5cff9fc07d67914c5adf67f80d6
bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'

Fixes the following W=1 kernel build warning(s):

 drivers/bus/ti-sysc.c:867: warning: expecting prototype for syc_ioremap(). Prototype was for sysc_ioremap() instead

Cc: Tony Lindgren <tony@atomide.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c