From 1221ce459d04a428f8880f58581f671b736c3c27 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:55 +0900 Subject: treewide: replace #include with Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have the same content. (both just wrap ) Replace all include directives for with . Signed-off-by: Masahiro Yamada [trini: Fixup include/clk.] Signed-off-by: Tom Rini --- drivers/fpga/socfpga.c | 2 +- drivers/fpga/stratixv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/fpga') diff --git a/drivers/fpga/socfpga.c b/drivers/fpga/socfpga.c index 4448250..f1b2f2c 100644 --- a/drivers/fpga/socfpga.c +++ b/drivers/fpga/socfpga.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include #include diff --git a/drivers/fpga/stratixv.c b/drivers/fpga/stratixv.c index cc035eb..9a81aca 100644 --- a/drivers/fpga/stratixv.c +++ b/drivers/fpga/stratixv.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include /* Write the RBF data to FPGA via SPI */ static int program_write(int spi_bus, int spi_dev, const void *rbf_data, -- cgit v1.1