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>master
parent
723a72af29
commit
dafd5792a8
@ -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_ */ |
Loading…
Reference in new issue