staging: vc04_services: bcm2835-audio: avoid the use of typedef for function pointers
authorGaston Gonzalez <gascoar@gmail.com>
Thu, 30 Dec 2021 11:31:25 +0000 (08:31 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Dec 2021 13:19:53 +0000 (14:19 +0100)
commit95b47a04673fa46b2f8a0bb19cacebb714a91ed8
tree3da6e193db8757f4937dd14f1f414f6cd78aab2b
parent512cdc60e65bb9bf3f65e70b6b161f3a7561a998
staging: vc04_services: bcm2835-audio: avoid the use of typedef for function pointers

Replace typedefs bcm2835_audio_newpcm_func and bcm2835_audio_newctl_func
with equivalent declarations to better align with the linux kernel
coding style.

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/b53a77682994bbc3ccb9b89d617dec23d0785059.1640776340.git.gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-audio/bcm2835.c