summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/dw_mmc.h
diff options
context:
space:
mode:
authorRobert P. J. Day2011-05-27 22:04:03 +0200
committerChris Ball2011-07-20 23:20:48 +0200
commit100e918610b7487fa18db97b3879cd8d1fdd5974 (patch)
treeff0d7e3b47af34db77da21f0954c3461918b1ee3 /include/linux/mmc/dw_mmc.h
parentmmc: sdhci: merge two sdhci-pltfm.h into one (diff)
downloadkernel-qcow2-linux-100e918610b7487fa18db97b3879cd8d1fdd5974.tar.gz
kernel-qcow2-linux-100e918610b7487fa18db97b3879cd8d1fdd5974.tar.xz
kernel-qcow2-linux-100e918610b7487fa18db97b3879cd8d1fdd5974.zip
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/dw_mmc.h')
-rw-r--r--include/linux/mmc/dw_mmc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index bdd7ceeb99e4..55d9909c7abd 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -11,8 +11,8 @@
* (at your option) any later version.
*/
-#ifndef _LINUX_MMC_DW_MMC_H_
-#define _LINUX_MMC_DW_MMC_H_
+#ifndef LINUX_MMC_DW_MMC_H
+#define LINUX_MMC_DW_MMC_H
#define MAX_MCI_SLOTS 2
@@ -219,4 +219,4 @@ struct dw_mci_board {
struct block_settings *blk_settings;
};
-#endif /* _LINUX_MMC_DW_MMC_H_ */
+#endif /* LINUX_MMC_DW_MMC_H */