summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dprc.c
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2017-06-27 17:41:35 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-29 16:38:53 +0200
commitbd18c0c9c8ed77ad73301752d04cbdc3f0af3b77 (patch)
tree78864fedb4bd1a676fd063b6ec733596bac00d89 /drivers/staging/fsl-mc/bus/dprc.c
parentd30a41dbcb79ba2918f07acd86e447802fd1b527 (diff)
downloadlinux-bd18c0c9c8ed77ad73301752d04cbdc3f0af3b77.tar.gz
linux-bd18c0c9c8ed77ad73301752d04cbdc3f0af3b77.tar.bz2
linux-bd18c0c9c8ed77ad73301752d04cbdc3f0af3b77.zip
staging: fsl-mc: make dprc.h header private
dprc.h is only used in the mc bus driver so move it together with the sources thus making it private. 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/dprc.c')
-rw-r--r--drivers/staging/fsl-mc/bus/dprc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/dprc.c b/drivers/staging/fsl-mc/bus/dprc.c
index 138fe80577d8..6f6c65a42166 100644
--- a/drivers/staging/fsl-mc/bus/dprc.c
+++ b/drivers/staging/fsl-mc/bus/dprc.c
@@ -31,7 +31,7 @@
*/
#include <linux/kernel.h>
#include "../include/mc.h"
-#include "../include/dprc.h"
+#include "dprc.h"
#include "dprc-cmd.h"