From a5afa2d86cc12c19f59e414408b9b283afbe8bd6 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 14 Oct 2015 10:53:26 +0200 Subject: mtd: nand_denali: don't include arch header It causes build failures on other arches than socfpga and the driver doesn't use anything provided by this header. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- drivers/mtd/nand/nand_denali.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/mtd/nand/nand_denali.c') diff --git a/drivers/mtd/nand/nand_denali.c b/drivers/mtd/nand/nand_denali.c index d2e51e2568..bf9a05d852 100644 --- a/drivers/mtd/nand/nand_denali.c +++ b/drivers/mtd/nand/nand_denali.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3