diff options
author | Harald Welte <laforge@gnumonks.org> | 2005-09-03 05:27:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-12 15:23:52 -0400 |
commit | ce441594e965e32965432404cfaba73e8fbc6ff7 (patch) | |
tree | 40cec142b4b90fd13e9a376c2aeb9bb7387f9223 /include/linux/usbdevice_fs.h | |
parent | e1c37b8d83fb588cc1142938fb1a1476046c8d67 (diff) |
[PATCH] USB: fix usbdevice_fs header breakage
[USBDEVFS] fix inclusion of <linux/compat.h> to avoud header mess
Without moving the include of compat.h down, userspace programs that use
usbdevice_fs.h end up including half the kernel includes (and eventually
fail to compile).
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usbdevice_fs.h')
-rw-r--r-- | include/linux/usbdevice_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usbdevice_fs.h b/include/linux/usbdevice_fs.h index fb57c2217468..9facf733800c 100644 --- a/include/linux/usbdevice_fs.h +++ b/include/linux/usbdevice_fs.h | |||
@@ -32,7 +32,6 @@ | |||
32 | #define _LINUX_USBDEVICE_FS_H | 32 | #define _LINUX_USBDEVICE_FS_H |
33 | 33 | ||
34 | #include <linux/types.h> | 34 | #include <linux/types.h> |
35 | #include <linux/compat.h> | ||
36 | 35 | ||
37 | /* --------------------------------------------------------------------- */ | 36 | /* --------------------------------------------------------------------- */ |
38 | 37 | ||
@@ -125,6 +124,7 @@ struct usbdevfs_hub_portinfo { | |||
125 | }; | 124 | }; |
126 | 125 | ||
127 | #ifdef CONFIG_COMPAT | 126 | #ifdef CONFIG_COMPAT |
127 | #include <linux/compat.h> | ||
128 | struct usbdevfs_urb32 { | 128 | struct usbdevfs_urb32 { |
129 | unsigned char type; | 129 | unsigned char type; |
130 | unsigned char endpoint; | 130 | unsigned char endpoint; |