]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: fsl-mc: remove dpmng API files
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Tue, 27 Jun 2017 14:41:31 +0000 (17:41 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2017 14:38:52 +0000 (16:38 +0200)
commit3ea73a4b7742d49621a369f1ce2c702c17bf83ca
tree4b5931f5e7252103c83f079020e36252adfee559
parent5e0d2d01435725ed533cfe7ca91368408fab4552
staging: fsl-mc: remove dpmng API files

dpmng.h & dpmng.c files expose an API of just one function which is only
used by the bus driver. Move that single API in the bus source as static
and remove the two files.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/Makefile
drivers/staging/fsl-mc/bus/dpmng.c [deleted file]
drivers/staging/fsl-mc/bus/fsl-mc-bus.c
drivers/staging/fsl-mc/include/dpmng.h [deleted file]