From: Bjørn Mork Date: Sat, 10 May 2014 14:31:40 +0000 (+0200) Subject: usb: cdc-wdm: export cdc-wdm uapi header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7d1896360f4d055d68565ef8ed56a677580f1a39;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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: # 3.10, 3.12, 3.14 Fixes: 3edce1cf813a ("USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND") Signed-off-by: Bjørn Mork Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/uapi/linux/usb/Kbuild b/include/uapi/linux/usb/Kbuild index 6cb4ea826834..4cc4d6e7e523 100644 --- a/include/uapi/linux/usb/Kbuild +++ b/include/uapi/linux/usb/Kbuild @@ -1,6 +1,7 @@ # UAPI Header export list header-y += audio.h header-y += cdc.h +header-y += cdc-wdm.h header-y += ch11.h header-y += ch9.h header-y += functionfs.h