]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 1 Feb 2012 00:43:50 +0000 (16:43 -0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 3 Feb 2012 07:29:23 +0000 (09:29 +0200)
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 <chemobejk@gmail.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found