summaryrefslogtreecommitdiff
path: root/drivers/mmc/dw_mmc.c
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-07-19 10:33:34 +0300
committerJaehoon Chung <jh80.chung@samsung.com>2016-08-05 05:21:24 +0300
commitccd60a8524aa364e6f3c06e4526f2ddd61f1cf25 (patch)
tree2fecc58117f9de007780c21c4ac51e09dbcd3b99 /drivers/mmc/dw_mmc.c
parenta034ec06ff1d558bbe11d5ee05edbb4de3ee2215 (diff)
downloadu-boot-ccd60a8524aa364e6f3c06e4526f2ddd61f1cf25.tar.xz
mmc: dw_mmc: remove the duplicated header file
<asm-generic/errno.h> is already included in <errno.h>. It can use <errno.h> instead of <asm-generic/errno.h> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/dw_mmc.c')
-rw-r--r--drivers/mmc/dw_mmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c
index b58c282416..3ca9743ba0 100644
--- a/drivers/mmc/dw_mmc.c
+++ b/drivers/mmc/dw_mmc.c
@@ -13,7 +13,6 @@
#include <memalign.h>
#include <mmc.h>
#include <dwmmc.h>
-#include <asm-generic/errno.h>
#define PAGE_SIZE 4096