[U-Boot] [RESEND PATCH 01/10] treewide: use #include <...> to include public headers

Simon Glass sjg at chromium.org
Fri Sep 23 06:16:07 CEST 2016


On 20 September 2016 at 20:28, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> 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 at socionext.com>
> ---
>
>  arch/powerpc/cpu/mpc83xx/qe_io.c |  8 ++++----
>  arch/powerpc/cpu/mpc85xx/qe_io.c |  8 ++++----
>  board/esd/common/lcd.c           |  2 +-
>  board/htkw/mcx/mcx.c             |  2 +-
>  drivers/qe/qe.c                  |  8 ++++----
>  drivers/qe/uccf.c                | 10 +++++-----
>  drivers/qe/uec.c                 | 12 ++++++------
>  drivers/qe/uec_phy.c             | 12 ++++++------
>  fs/yaffs2/yaffs_mtdif.c          |  8 ++++----
>  fs/yaffs2/yaffs_mtdif2.c         |  8 ++++----
>  fs/yaffs2/ydirectenv.h           |  2 +-
>  include/linux/mtd/nand.h         | 10 +++++-----
>  12 files changed, 45 insertions(+), 45 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list