diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2011-05-27 16:04:03 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-07-20 17:20:48 -0400 |
commit | 100e918610b7487fa18db97b3879cd8d1fdd5974 (patch) | |
tree | ff0d7e3b47af34db77da21f0954c3461918b1ee3 /include/linux/mmc/tmio.h | |
parent | 94cc6a86567cb3c2234807081a46ce5400c36b31 (diff) |
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/tmio.h')
-rw-r--r-- | include/linux/mmc/tmio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mmc/tmio.h b/include/linux/mmc/tmio.h index 19490b942db0..551490f0613d 100644 --- a/include/linux/mmc/tmio.h +++ b/include/linux/mmc/tmio.h | |||
@@ -12,8 +12,8 @@ | |||
12 | * | 12 | * |
13 | * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 | 13 | * TC6393XB TC6391XB TC6387XB T7L66XB ASIC3 |
14 | */ | 14 | */ |
15 | #ifndef _LINUX_MMC_TMIO_H_ | 15 | #ifndef LINUX_MMC_TMIO_H |
16 | #define _LINUX_MMC_TMIO_H_ | 16 | #define LINUX_MMC_TMIO_H |
17 | 17 | ||
18 | #define CTL_SD_CMD 0x00 | 18 | #define CTL_SD_CMD 0x00 |
19 | #define CTL_ARG_REG 0x04 | 19 | #define CTL_ARG_REG 0x04 |
@@ -60,4 +60,4 @@ | |||
60 | 60 | ||
61 | #define TMIO_BBS 512 /* Boot block size */ | 61 | #define TMIO_BBS 512 /* Boot block size */ |
62 | 62 | ||
63 | #endif /* _LINUX_MMC_TMIO_H_ */ | 63 | #endif /* LINUX_MMC_TMIO_H */ |