From: Greg Kroah-Hartman Date: Tue, 27 May 2014 23:32:10 +0000 (-0700) Subject: USB: cdc-wdm: properly include types.h X-Git-Tag: v3.12.23~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1507358d93f24d74ba28704347873666e2b629e8;p=platform%2Fkernel%2Flinux-stable.git USB: cdc-wdm: properly include types.h commit 7ac3764fcafc06e72e1a79a9d998b9fdd900b2a6 upstream. The file include/uapi/linux/usb/cdc-wdm.h uses a __u16 so it needs to include types.h as well to make the build system happy. Fixes: 3edce1cf813a ("USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND") Cc: Bjørn Mork Signed-off-by: Jiri Slaby --- diff --git a/include/uapi/linux/usb/cdc-wdm.h b/include/uapi/linux/usb/cdc-wdm.h index f03134feebd6..0dc132e75030 100644 --- a/include/uapi/linux/usb/cdc-wdm.h +++ b/include/uapi/linux/usb/cdc-wdm.h @@ -9,6 +9,8 @@ #ifndef _UAPI__LINUX_USB_CDC_WDM_H #define _UAPI__LINUX_USB_CDC_WDM_H +#include + /* * This IOCTL is used to retrieve the wMaxCommand for the device, * defining the message limit for both reading and writing.