From: Kuninori Morimoto Date: Wed, 1 Feb 2012 00:43:50 +0000 (-0800) Subject: usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu() X-Git-Tag: v3.3-rc4~43^2~1^2 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=9c0a835a9d9aed41bcf9c287f5069133a6e2a87b;hp=9c0a835a9d9aed41bcf9c287f5069133a6e2a87b;p=karo-tx-linux.git usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu() The usb/ch9.h will be installed to /usr/include/linux, and be used from user space. But le16_to_cpu() is only defined for kernel code. Without this patch, user space compile will be broken. Special thanks to Stefan Becker Cc: stable@vger.kernel.org # 3.2 Reported-by: Stefan Becker Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi ---