summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm72xx/gdm_sdio.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-06-30 22:13:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-09 11:49:15 -0700
commitbbd500d8cdb071e7964fc07ab988817d719e1578 (patch)
tree38489f50bae8f9a8038cd86d9e88d41015401f53 /drivers/staging/gdm72xx/gdm_sdio.h
parent6de2a1a7b9e22b267024e9adbb12360ef8139669 (diff)
staging: gdm72xx: use consistent style for header guards
Signed-off-by: Ben Chan <benchan@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm72xx/gdm_sdio.h')
-rw-r--r--drivers/staging/gdm72xx/gdm_sdio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/gdm72xx/gdm_sdio.h b/drivers/staging/gdm72xx/gdm_sdio.h
index 0c0e2cbb727e..77ad9d686f8e 100644
--- a/drivers/staging/gdm72xx/gdm_sdio.h
+++ b/drivers/staging/gdm72xx/gdm_sdio.h
@@ -11,8 +11,8 @@
* GNU General Public License for more details.
*/
-#ifndef __GDM_SDIO_H__
-#define __GDM_SDIO_H__
+#ifndef __GDM72XX_GDM_SDIO_H__
+#define __GDM72XX_GDM_SDIO_H__
#include <linux/types.h>
#include <linux/time.h>
@@ -60,4 +60,4 @@ struct sdiowm_dev {
struct work_struct ws;
};
-#endif /* __GDM_SDIO_H__ */
+#endif /* __GDM72XX_GDM_SDIO_H__ */