summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dprc.c
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-08-23 17:14:23 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 17:57:26 +0200
commitd4e75132bde743780084690b34da875b4402bd63 (patch)
tree1c7c604f2ad78bd63a5dfe7b1c28df562bc32857 /drivers/staging/fsl-mc/bus/dprc.c
parent5143ecf6db0a97b5d5028c0e9ac3a430b51ebb13 (diff)
downloadlinux-stable-d4e75132bde743780084690b34da875b4402bd63.tar.gz
linux-stable-d4e75132bde743780084690b34da875b4402bd63.tar.bz2
linux-stable-d4e75132bde743780084690b34da875b4402bd63.zip
staging: fsl-mc: make order of includes consistent
There are 3 kinds of headers included in the bus driver components-- misc linux/include files, public bus driver includes, and includes private to the bus driver. Cleanup the order and formatting of includes in the bus driver to be consistent: #include <linux/include/[file].h> #include ../include/[file].h // public bus driver includes (eventually // destined for: linux/include/fsl) [blank line] #include "[file].h" // private bus driver includes Signed-off-by: Stuart Yoder <stuart.yoder@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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/bus/dprc.c b/drivers/staging/fsl-mc/bus/dprc.c
index c26054981333..ac4ed3517084 100644
--- a/drivers/staging/fsl-mc/bus/dprc.c
+++ b/drivers/staging/fsl-mc/bus/dprc.c
@@ -32,6 +32,7 @@
#include "../include/mc-sys.h"
#include "../include/mc-cmd.h"
#include "../include/dprc.h"
+
#include "dprc-cmd.h"
/**