diff options
author | Stuart Yoder <stuart.yoder@nxp.com> | 2016-08-23 22:14:23 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-01 15:57:26 (GMT) |
commit | d4e75132bde743780084690b34da875b4402bd63 (patch) | |
tree | 1c7c604f2ad78bd63a5dfe7b1c28df562bc32857 /include/uapi/drm | |
parent | 5143ecf6db0a97b5d5028c0e9ac3a430b51ebb13 (diff) | |
download | linux-d4e75132bde743780084690b34da875b4402bd63.tar.xz |
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 'include/uapi/drm')
0 files changed, 0 insertions, 0 deletions