aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2016-12-30 13:47:15 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2017-02-13 13:19:56 +0100
commit13f00f9f2460cfa106de6c30512b648d85831468 (patch)
tree46b719a8cc2eda3709bd61140bf668e69fbdcf50 /include/linux/mmc
parentsh: sh7724: Don't use a public mmc header for MMC_PROGRESS* (diff)
downloadlinux-dev-13f00f9f2460cfa106de6c30512b648d85831468.tar.xz
linux-dev-13f00f9f2460cfa106de6c30512b648d85831468.zip
mmc: Removed the unused public mmc boot.h header
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/boot.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/mmc/boot.h b/include/linux/mmc/boot.h
deleted file mode 100644
index 23acc3baa07d..000000000000
--- a/include/linux/mmc/boot.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef LINUX_MMC_BOOT_H
-#define LINUX_MMC_BOOT_H
-
-enum { MMC_PROGRESS_ENTER, MMC_PROGRESS_INIT,
- MMC_PROGRESS_LOAD, MMC_PROGRESS_DONE };
-
-#endif /* LINUX_MMC_BOOT_H */