summaryrefslogtreecommitdiff
path: root/include/mmc.h
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-06-15 09:16:20 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:39:26 -0700
commit627a13e40953cea97cdac0f4e0ccaae05f7dca3c (patch)
tree6ea55ab65983bd34aeb73062ca5f2b9784a3145b /include/mmc.h
parent09046f774a4d5eafb30e0bf27296c7afcb31ba0a (diff)
CHROMIUM: [3/7] fix to merely compilable; add mmc initializer and remove obsolete mmc and usb codes
This is the third of the seven commits in the series. For more information, please refer to the first commit. Changes in this commit: * implement mmc device initializer for new mmc driver * remove obsolete mmc and usb probing codes BUG=chromium-os:16508 TEST=manual; see the first commit Change-Id: I40430a7bdc676fdddb473a09f2de3681fd250cb3 Reviewed-on: http://gerrit.chromium.org/gerrit/2701 Tested-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/mmc.h')
-rw-r--r--include/mmc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mmc.h b/include/mmc.h
index 6891613ea98..4701e2482f5 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -313,8 +313,6 @@ int atmel_mci_init(void *regs);
struct mmc *mmc_spi_init(uint bus, uint cs, uint speed, uint mode);
#else
int mmc_legacy_init(int verbose);
-/* TODO: temporary hack for factory bring up; remove/rewrite when necessary */
-int get_mmc_current_device(void);
#endif
#endif /* _MMC_H_ */