aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/mc-sys.c
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2017-06-27 17:41:34 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-29 16:38:53 +0200
commitd30a41dbcb79ba2918f07acd86e447802fd1b527 (patch)
tree08a5118ad4d632a83e91c26928c307a062388796 /drivers/staging/fsl-mc/bus/mc-sys.c
parentstaging: fsl-mc: move mc-sys.h contents in the public header (diff)
downloadlinux-dev-d30a41dbcb79ba2918f07acd86e447802fd1b527.tar.xz
linux-dev-d30a41dbcb79ba2918f07acd86e447802fd1b527.zip
staging: fsl-mc: move mc-cmd.h contents in the public header
mc-cmd.h contains some low level functions used to encode and decode commands to the MC. They are used by the drivers so move them to the public headers and get rid of the mc-cmd.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/mc-sys.c')
-rw-r--r--drivers/staging/fsl-mc/bus/mc-sys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/mc-sys.c b/drivers/staging/fsl-mc/bus/mc-sys.c
index c537bf8b5685..a1704c3a6a78 100644
--- a/drivers/staging/fsl-mc/bus/mc-sys.c
+++ b/drivers/staging/fsl-mc/bus/mc-sys.c
@@ -37,7 +37,6 @@
#include <linux/ioport.h>
#include <linux/device.h>
#include <linux/io.h>
-#include "../include/mc-cmd.h"
#include "../include/mc.h"
#include "dpmcp.h"