diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-10 19:55:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-10 19:55:25 -0400 |
commit | 9dbdc6ebd4db60effebefcf8d541cf598712e3b7 (patch) | |
tree | 1acb0bdc27c67bacccb9b0b6bf6cf9952b4de1ff /arch/arm/mach-socfpga/include/mach/dwmmc.h | |
parent | 7e8f270292ebacb25f366181f2022c819e5c7586 (diff) | |
parent | f6060ce4bb0673bed8331441e985620b1b24adbd (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/dwmmc.h')
-rw-r--r-- | arch/arm/mach-socfpga/include/mach/dwmmc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/dwmmc.h b/arch/arm/mach-socfpga/include/mach/dwmmc.h deleted file mode 100644 index e8ba901047..0000000000 --- a/arch/arm/mach-socfpga/include/mach/dwmmc.h +++ /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_ */ |