]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usb/input.h
Merge git://git.infradead.org/battery-2.6
[linux-2.6-omap-h63xx.git] / include / linux / usb / input.h
index 716e0cc1604314b147bfe1b517b82930503e98f1..0e010b220e85b3f9ea861f2ab009809d17014910 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef __USB_INPUT_H
-#define __USB_INPUT_H
-
 /*
  * Copyright (C) 2005 Dmitry Torokhov
  *
@@ -9,6 +6,9 @@
  * the Free Software Foundation.
  */
 
+#ifndef __LINUX_USB_INPUT_H
+#define __LINUX_USB_INPUT_H
+
 #include <linux/usb.h>
 #include <linux/input.h>
 #include <asm/byteorder.h>
@@ -22,4 +22,4 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id)
        id->version = le16_to_cpu(dev->descriptor.bcdDevice);
 }
 
-#endif
+#endif /* __LINUX_USB_INPUT_H */