diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-01-31 19:43:50 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-02-03 02:29:23 -0500 |
commit | 9c0a835a9d9aed41bcf9c287f5069133a6e2a87b (patch) | |
tree | 83b0753cdd9e2edbcd43fc8537265dc5975d29d9 /drivers/usb | |
parent | 976d98cb726601972fafb28173d4526ce3603415 (diff) |
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 <chemobejk@gmail.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions