arm-cci: add cci_enable_port_for_self prototype
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 20:12:12 +0000 (22:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 26 May 2023 11:43:52 +0000 (13:43 +0200)
commitdb967cf828fc134ba17c5e4539b1a3687cdd3f2d
tree29438e49c1b4e1426db7c04d37af23df6121312d
parenteaae5a8977d680355bb6a4f867c5fcc0633b2732
arm-cci: add cci_enable_port_for_self prototype

The cci_enable_port_for_self() is called from assembler, so
add the prototype only to shut up the W=1 warning:

drivers/bus/arm-cci.c:298:25: error: no previous prototype for 'cci_enable_port_for_self' [-Werror=missing-prototypes]

Link: https://lore.kernel.org/r/20230516201218.556437-1-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/arm-cci.h