]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vc04_services: Make vchi_msg_queue static
authorMichael Zoran <mzoran@crowfest.net>
Mon, 30 Jan 2017 07:31:11 +0000 (23:31 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Jan 2017 09:48:14 +0000 (10:48 +0100)
commit203804300820c2c1ed28f9868c0fbd67b816cef3
tree187f36c9f4ad99ef096c957e7c22c9af83db5559
parent619969770f1486b82daa03d0b6f00eca3331f2ca
staging: vc04_services: Make vchi_msg_queue static

The vchi_msg_queue function which is used by other drivers
to queue a message is difficult to understand and overly
generic.

Make the function static and remove it from the exported
symbols.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchi/vchi.h
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c