commit | 0858a3a52f659dabf2860f350e5a6a61f069e851 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Mon May 17 10:58:12 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:47 2010 -0700 |
tree | cec27991ece5515676d10ea2bc19d6d237cbab36 | |
parent | 812219ab8facf07b94e4b3fe81e9cd3fe4129777 [diff] [blame] |
USB: include/usb/*.h checkpatch cleanup Lots of minor formatting cleanups in includes/usb/ to make checkpatch happier. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/include/linux/usb/gadgetfs.h b/include/linux/usb/gadgetfs.h index 612102e..0bb12e0 100644 --- a/include/linux/usb/gadgetfs.h +++ b/include/linux/usb/gadgetfs.h
@@ -19,7 +19,7 @@ #define __LINUX_USB_GADGETFS_H #include <linux/types.h> -#include <asm/ioctl.h> +#include <linux/ioctl.h> #include <linux/usb/ch9.h>