Browse Source

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>
Bjørn Mork 11 years ago
parent
commit
7d1896360f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/uapi/linux/usb/Kbuild

+ 1 - 0
include/uapi/linux/usb/Kbuild

@@ -1,6 +1,7 @@
 # UAPI Header export list
 # UAPI Header export list
 header-y += audio.h
 header-y += audio.h
 header-y += cdc.h
 header-y += cdc.h
+header-y += cdc-wdm.h
 header-y += ch11.h
 header-y += ch11.h
 header-y += ch9.h
 header-y += ch9.h
 header-y += functionfs.h
 header-y += functionfs.h