diff mbox

[U-Boot,v12,7/8] arm: faraday: add missing header file for FTSDC021

Message ID 1396342019-644-8-git-send-email-dantesu@gmail.com
State Changes Requested
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Kuo-Jung Su April 1, 2014, 8:46 a.m. UTC
From: Kuo-Jung Su <dantesu@faraday-tech.com>

For the Faraday FTSDC021 (SDHCI) controller driver source is
sent out before the patches for Faraday Virtual Machine (FVM)
which actually uses this chip.

So its header file (ftsdc021.h) has been accidentally removed
by commit 3b98b57fa.

This patch simply rollback this removal.

Signed-off-by: Kuo-Jung Su <dantesu@faraday-tech.com>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
---
Changes for v11, v12:
	- Nothing updates

Changes for v10:
	- Initial commit

 include/faraday/ftsdc021.h |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 include/faraday/ftsdc021.h

--
1.7.9.5
diff mbox

Patch

diff --git a/include/faraday/ftsdc021.h b/include/faraday/ftsdc021.h
new file mode 100644
index 0000000..de8e250
--- /dev/null
+++ b/include/faraday/ftsdc021.h
@@ -0,0 +1,13 @@ 
+/*
+ * (C) Copyright 2013 Faraday Technology
+ * Dante Su <dantesu@faraday-tech.com>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef __FTSDC021_H
+#define __FTSDC021_H
+
+int ftsdc021_sdhci_init(u32 regbase);
+
+#endif /* __FTSDC021_H */