aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe/uccf.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-21 11:28:53 +0900
committerTom Rini <trini@konsulko.com>2016-09-23 17:53:56 -0400
commitb5bf5cb3b3e81298247a53d5b514cf941cd13a9f (patch)
tree4c1aca23057918df6d173cc2be713111f6daf836 /drivers/qe/uccf.c
parenta4ca3799c2edf2b805f804a07d234a9e5eaae60f (diff)
downloadu-boot-b5bf5cb3b3e81298247a53d5b514cf941cd13a9f.zip
u-boot-b5bf5cb3b3e81298247a53d5b514cf941cd13a9f.tar.gz
u-boot-b5bf5cb3b3e81298247a53d5b514cf941cd13a9f.tar.bz2
treewide: use #include <...> to include public headers
We are supposed to use #include <...> to include headers in the public include paths. We should use #include "..." only for headers in local directories. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/qe/uccf.c')
-rw-r--r--drivers/qe/uccf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/qe/uccf.c b/drivers/qe/uccf.c
index e011886..ae4ca35 100644
--- a/drivers/qe/uccf.c
+++ b/drivers/qe/uccf.c
@@ -7,11 +7,11 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#include "common.h"
-#include "malloc.h"
-#include "asm/errno.h"
-#include "asm/io.h"
-#include "linux/immap_qe.h"
+#include <common.h>
+#include <malloc.h>
+#include <asm/errno.h>
+#include <asm/io.h>
+#include <linux/immap_qe.h>
#include "uccf.h"
#include <fsl_qe.h>