aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dpcon.c
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2017-06-22 16:35:58 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-23 18:44:01 +0200
commit7d6e221d73904aedcbd46ce2db6a545be55d2296 (patch)
treee97b395fec19878851c279f9cd6046d0d6d077ba /drivers/staging/fsl-mc/bus/dpcon.c
parentstaging: fsl-mc: fix a few implicit includes (diff)
downloadlinux-dev-7d6e221d73904aedcbd46ce2db6a545be55d2296.tar.xz
linux-dev-7d6e221d73904aedcbd46ce2db6a545be55d2296.zip
staging: fsl-mc: move mc-sys.h contents in the public header
mc-sys.h contains the API to send commands to the MC and is used by drivers. Move it to the public headers and get rid of the mc-sys.h header. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/bus/dpcon.c')
-rw-r--r--drivers/staging/fsl-mc/bus/dpcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/dpcon.c b/drivers/staging/fsl-mc/bus/dpcon.c
index 20df185aea5c..2272a9c45528 100644
--- a/drivers/staging/fsl-mc/bus/dpcon.c
+++ b/drivers/staging/fsl-mc/bus/dpcon.c
@@ -30,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <linux/kernel.h>
-#include "../include/mc-sys.h"
+#include "../include/mc.h"
#include "../include/mc-cmd.h"
#include "../include/dpcon.h"