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>
Tue, 27 May 2014 23:32:10 +0000 (16:32 -0700)
commit7ac3764fcafc06e72e1a79a9d998b9fdd900b2a6
treeb244dc88375e7047b9d927de6ec5a558614ef511
parent7d1896360f4d055d68565ef8ed56a677580f1a39
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 <stable@vger.kernel.org> # 3.10+
Cc: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/usb/cdc-wdm.h
This page took 0.024928 seconds and 5 git commands to generate.