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: omap-for-v3.16/fixes-against-rc1~111^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac3764fcafc06e72e1a79a9d998b9fdd900b2a6;p=pandora-kernel.git USB: cdc-wdm: properly include types.h 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: stable # 3.10+ Cc: Bjørn Mork Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed