OSDN Git Service

staging: bcm2835-camera: remove anonymous field declarations
authorAishwarya Pant <aishpant@gmail.com>
Fri, 10 Mar 2017 16:39:27 +0000 (22:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 14:16:51 +0000 (15:16 +0100)
commit2ba835dd3e0457bd81662570d49e4123851fe159
treec3a8c9b0beb01844b746245ce3d4015ca8ee540d
parent7ebe438c64385edaeb4d26e9707991e4819914d2
staging: bcm2835-camera: 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 vchiq_mmal_init(..)

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