From b5bf5cb3b3e81298247a53d5b514cf941cd13a9f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:53 +0900 Subject: 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 Reviewed-by: Simon Glass --- include/linux/mtd/nand.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 87d72dbad66..d55807b2e27 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -16,12 +16,12 @@ #ifndef __LINUX_MTD_NAND_H #define __LINUX_MTD_NAND_H -#include "config.h" +#include -#include "linux/compat.h" -#include "linux/mtd/mtd.h" -#include "linux/mtd/flashchip.h" -#include "linux/mtd/bbm.h" +#include +#include +#include +#include struct mtd_info; struct nand_flash_dev; -- cgit v1.2.3