USB: cdc-wdm: properly include types.h
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 23:32:10 +0000 (16:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jun 2014 18:54:12 +0000 (11:54 -0700)
commit852b4ede30ea6712d2e26d602ef02ee3f07ede47
treee6d81d555ee0140b9ed6ad0fdb55bebd5c8d014b
parentf814958eaf5742610e4476aafc6b84ffe8a4be5d
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 <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/usb/cdc-wdm.h