]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sf: Remove unneeded header includes
authorJagan Teki <jteki@openedev.com>
Tue, 3 Nov 2015 19:10:32 +0000 (00:40 +0530)
committerJagan Teki <jteki@openedev.com>
Fri, 11 Dec 2015 16:42:24 +0000 (22:12 +0530)
Removed unneeded header includes in sf_ops and sf_probe

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/mtd/spi/sf_ops.c
drivers/mtd/spi/sf_probe.c

index e5514ab00f6224f74c927414ebc8b9fc4211f86f..ef45fc1a7b46ba4d743bee8786564916fe18789b 100644 (file)
@@ -14,8 +14,6 @@
 #include <mapmem.h>
 #include <spi.h>
 #include <spi_flash.h>
-#include <watchdog.h>
-#include <linux/compiler.h>
 #include <linux/log2.h>
 
 #include "sf_internal.h"
index e35b91760fc7c9813fe6c9b0a00acb77970d0999..f8aad569a9394a183f2a666c97d269c4f8650b23 100644 (file)
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
-#include <fdtdec.h>
 #include <malloc.h>
-#include <mapmem.h>
 #include <spi.h>
 #include <spi_flash.h>
-#include <asm/io.h>
 
 #include "sf_internal.h"