staging: vchiq_arm: make vchiq_platform_get_arm_state() static
authorGaston Gonzalez <gascoar@gmail.com>
Wed, 2 Mar 2022 21:36:36 +0000 (18:36 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Mar 2022 15:05:58 +0000 (16:05 +0100)
commit56955aae9fc2c59fa3c9b32f1f147cdbe05e5ac4
tree18375049de3f62fba8ded0e1ce37dfef5b1637fc
parentdcd520af4eacae8c9d2db1f50e7adc0ca050fc1a
staging: vchiq_arm: make vchiq_platform_get_arm_state() static

Fix "no previous prototype" W=1 warning by making the function
vchiq_platform_get_arm_state() static.

While at it, realign the function declaration in one line and reposition
the asterisk symbol to fulfill the 'foo *bar' syntax.

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/216ad30d674b80e0051ecc233ac26ddb1d3e0e75.1646255044.git.gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c