Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: cdc-wdm: export cdc-wdm uapi header

The include/uapi/linux/usb/cdc-wdm.h header defines cdc-wdm
userspace APIs and should be exported by make headers_install.

Cc: <stable@vger.kernel.org> # 3.10, 3.12, 3.14
Fixes: 3edce1cf813a ("USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bjørn Mork and committed by
Greg Kroah-Hartman
7d189636 8a61ba3a

+1
+1
include/uapi/linux/usb/Kbuild
··· 1 1 # UAPI Header export list 2 2 header-y += audio.h 3 3 header-y += cdc.h 4 + header-y += cdc-wdm.h 4 5 header-y += ch11.h 5 6 header-y += ch9.h 6 7 header-y += functionfs.h