[PATCH 0/4] staging: vc04_services: avoid the use of typedef for function pointers

From: Gaston Gonzalez
Date: Mon Dec 20 2021 - 16:30:33 EST


This patch set removes some typedefs for function pointers in vc04_services.

After patches 01 to 03, there are no remaining typedef under vc04_services.
Hence, the patch 04/04 updates the TODO file removing the 'remove typedefs'
task.

Gaston Gonzalez (4):
staging: bcm2835-audio: replace function typedefs with equivalent
declaration
staging: vc04_services: replace function typedef with equivalent
declaration
staging: vc04_services: avoid the use of typedef for function pointers
staging: vc04_services: update TODO file

.../vc04_services/bcm2835-audio/bcm2835.c | 28 +++----
.../vc04_services/bcm2835-camera/controls.c | 76 +++++++++----------
drivers/staging/vc04_services/interface/TODO | 8 +-
.../vc04_services/vchiq-mmal/mmal-vchiq.c | 24 +++---
.../vc04_services/vchiq-mmal/mmal-vchiq.h | 13 ++--
5 files changed, 66 insertions(+), 83 deletions(-)

--
2.34.1