diff options
Diffstat (limited to 'include/linux/usb/input.h')
| -rw-r--r-- | include/linux/usb/input.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/usb/input.h b/include/linux/usb/input.h index 716e0cc16043..0e010b220e85 100644 --- a/include/linux/usb/input.h +++ b/include/linux/usb/input.h | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | #ifndef __USB_INPUT_H | ||
| 2 | #define __USB_INPUT_H | ||
| 3 | |||
| 4 | /* | 1 | /* |
| 5 | * Copyright (C) 2005 Dmitry Torokhov | 2 | * Copyright (C) 2005 Dmitry Torokhov |
| 6 | * | 3 | * |
| @@ -9,6 +6,9 @@ | |||
| 9 | * the Free Software Foundation. | 6 | * the Free Software Foundation. |
| 10 | */ | 7 | */ |
| 11 | 8 | ||
| 9 | #ifndef __LINUX_USB_INPUT_H | ||
| 10 | #define __LINUX_USB_INPUT_H | ||
| 11 | |||
| 12 | #include <linux/usb.h> | 12 | #include <linux/usb.h> |
| 13 | #include <linux/input.h> | 13 | #include <linux/input.h> |
| 14 | #include <asm/byteorder.h> | 14 | #include <asm/byteorder.h> |
| @@ -22,4 +22,4 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id) | |||
| 22 | id->version = le16_to_cpu(dev->descriptor.bcdDevice); | 22 | id->version = le16_to_cpu(dev->descriptor.bcdDevice); |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | #endif | 25 | #endif /* __LINUX_USB_INPUT_H */ |
