diff options
Diffstat (limited to 'include/uapi/linux/hiddev.h')
-rw-r--r-- | include/uapi/linux/hiddev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/hiddev.h b/include/uapi/linux/hiddev.h index 7df7884bf5c4..e24ca194f741 100644 --- a/include/uapi/linux/hiddev.h +++ b/include/uapi/linux/hiddev.h @@ -22,8 +22,8 @@ * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail: * Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic */ -#ifndef _UAPI_HIDDEV_H -#define _UAPI_HIDDEV_H +#ifndef _HIDDEV_H +#define _HIDDEV_H @@ -209,4 +209,4 @@ struct hiddev_usage_ref_multi { */ -#endif /* _UAPI_HIDDEV_H */ +#endif /* _HIDDEV_H */ |