summaryrefslogtreecommitdiff
path: root/include/linux/mmc/host.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2011-05-27 20:04:03 (GMT)
committerChris Ball <cjb@laptop.org>2011-07-20 21:20:48 (GMT)
commit100e918610b7487fa18db97b3879cd8d1fdd5974 (patch)
treeff0d7e3b47af34db77da21f0954c3461918b1ee3 /include/linux/mmc/host.h
parent94cc6a86567cb3c2234807081a46ce5400c36b31 (diff)
downloadlinux-fsl-qoriq-100e918610b7487fa18db97b3879cd8d1fdd5974.tar.xz
mmc: Standardize header file inclusion checks.
Standardize the checks for multiple MMC header file inclusion, including adding comments to terminating #endif's, and fixing one incorrect comment. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r--include/linux/mmc/host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 1ee4424..fc24b38 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -373,5 +373,4 @@ static inline int mmc_host_cmd23(struct mmc_host *host)
{
return host->caps & MMC_CAP_CMD23;
}
-#endif
-
+#endif /* LINUX_MMC_HOST_H */