summaryrefslogtreecommitdiff
path: root/drivers/staging/gdm72xx/usb_ids.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-07-01 05:13:17 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-09 18:49:15 (GMT)
commitbbd500d8cdb071e7964fc07ab988817d719e1578 (patch)
tree38489f50bae8f9a8038cd86d9e88d41015401f53 /drivers/staging/gdm72xx/usb_ids.h
parent6de2a1a7b9e22b267024e9adbb12360ef8139669 (diff)
downloadlinux-bbd500d8cdb071e7964fc07ab988817d719e1578.tar.xz
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/usb_ids.h')
-rw-r--r--drivers/staging/gdm72xx/usb_ids.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/gdm72xx/usb_ids.h b/drivers/staging/gdm72xx/usb_ids.h
index 1a61b35..8ce544d 100644
--- a/drivers/staging/gdm72xx/usb_ids.h
+++ b/drivers/staging/gdm72xx/usb_ids.h
@@ -11,8 +11,8 @@
* GNU General Public License for more details.
*/
-#ifndef __USB_IDS_H__
-#define __USB_IDS_H__
+#ifndef __GDM72XX_USB_IDS_H__
+#define __GDM72XX_USB_IDS_H__
/*You can replace vendor-ID as yours.*/
#define GCT_VID 0x1076
@@ -79,4 +79,4 @@ static const struct usb_device_id id_table[] = {
{ }
};
-#endif /* __USB_IDS_H__ */
+#endif /* __GDM72XX_USB_IDS_H__ */