staging: bcm2835-audio: remove anonymous field declarations
authorAishwarya Pant <aishpant@gmail.com>
Fri, 10 Mar 2017 16:39:11 +0000 (22:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 14:16:51 +0000 (15:16 +0100)
commit7ebe438c64385edaeb4d26e9707991e4819914d2
treef9891ce1e09f87cc1e0bd2a909515da98396e6f6
parent5e4e2ef774138958036cfe1dd7a907c7dd3cb1bb
staging: bcm2835-audio: remove anonymous field declarations

Anonymous field declarations are error prone. This patch replaces
anonymous declarations with explicit field declarations for typedef
SERVICE_CREATION_T in vc_vchi_audio_init(..)

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c