Commit 56955aae authored by Gaston Gonzalez's avatar Gaston Gonzalez Committed by Greg Kroah-Hartman

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: default avatarGaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/216ad30d674b80e0051ecc233ac26ddb1d3e0e75.1646255044.git.gascoar@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dcd520af
...@@ -593,8 +593,7 @@ vchiq_platform_init_state(struct vchiq_state *state) ...@@ -593,8 +593,7 @@ vchiq_platform_init_state(struct vchiq_state *state)
return 0; return 0;
} }
struct vchiq_arm_state* static struct vchiq_arm_state *vchiq_platform_get_arm_state(struct vchiq_state *state)
vchiq_platform_get_arm_state(struct vchiq_state *state)
{ {
struct vchiq_2835_state *platform_state; struct vchiq_2835_state *platform_state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment