]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: socfpga: Nuke useless include
authorMarek Vasut <marex@denx.de>
Sat, 19 Mar 2016 17:59:11 +0000 (18:59 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 10 Apr 2016 15:19:49 +0000 (17:19 +0200)
The dwmmc.h include was forgotten during the migration of dwmmc
probing to DM. Since the shiny DM is in place now, remove this
relic of the past.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
arch/arm/mach-socfpga/include/mach/dwmmc.h [deleted file]
arch/arm/mach-socfpga/misc.c
drivers/mmc/socfpga_dw_mmc.c

diff --git a/arch/arm/mach-socfpga/include/mach/dwmmc.h b/arch/arm/mach-socfpga/include/mach/dwmmc.h
deleted file mode 100644 (file)
index e8ba901..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * (C) Copyright 2013 Altera Corporation <www.altera.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-#ifndef        _SOCFPGA_DWMMC_H_
-#define        _SOCFPGA_DWMMC_H_
-
-int socfpga_dwmmc_init(const void *blob);
-
-#endif /* _SOCFPGA_SDMMC_H_ */
index 5f988e3ae894ae6f1220983f0a6db6ba2665af35..dd05e14c0522e27ea39dd2abcd430a649c0baa13 100644 (file)
@@ -16,7 +16,6 @@
 #include <asm/arch/reset_manager.h>
 #include <asm/arch/scan_manager.h>
 #include <asm/arch/system_manager.h>
-#include <asm/arch/dwmmc.h>
 #include <asm/arch/nic301.h>
 #include <asm/arch/scu.h>
 #include <asm/pl310.h>
index 43a7e7ea3247bb1c3aa91c2da03a317310c723b3..097db81b05131a63d030983def8c593beac0dfe8 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <asm/arch/clock_manager.h>
-#include <asm/arch/dwmmc.h>
 #include <asm/arch/system_manager.h>
 #include <dm.h>
 #include <dwmmc.h>