summaryrefslogtreecommitdiff
path: root/include/systemace.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:18 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitf6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2 (patch)
tree1bcd5e9711b5552cf9ae398c7497d2fbf88a0932 /include/systemace.h
parent4e7189d4d8c2ab46c4c580ae300c14d1a9c20b11 (diff)
dm: systemace: Drop the get_dev() function
This function is implemented by the legacy block functions now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/systemace.h')
-rw-r--r--include/systemace.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/systemace.h b/include/systemace.h
index 3b6ec7da4b..bccb2a2ddf 100644
--- a/include/systemace.h
+++ b/include/systemace.h
@@ -7,11 +7,4 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifdef CONFIG_SYSTEMACE
-
-# include <part.h>
-
-struct blk_desc *systemace_get_dev(int dev);
-
-#endif /* CONFIG_SYSTEMACE */
#endif /* __SYSTEMACE_H */