diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-01-31 16:43:50 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-13 11:17:03 -0800 |
commit | 915cf0ec84e35d10f00166d3c9b64b12e605c792 (patch) | |
tree | a8936a617faa01618f915a9601d858644b0438fc /drivers/xen | |
parent | bc5d453eab4506cb52397db8830d1070904265a4 (diff) |
usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()
commit 9c0a835a9d9aed41bcf9c287f5069133a6e2a87b upstream.
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
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/xen')
0 files changed, 0 insertions, 0 deletions