diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-02-01 01:43:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-02-02 00:56:19 +0100 |
commit | 504b61630ab65296b6c9113cce834574e8cc01de (patch) | |
tree | 053bfc4357b97860f99e1b7eca097f920c687668 /drivers/usb | |
parent | USB: qcserial: don't enable autosuspend (diff) | |
download | linux-504b61630ab65296b6c9113cce834574e8cc01de.tar.xz linux-504b61630ab65296b6c9113cce834574e8cc01de.zip |
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
Reported-by: Stefan Becker <chemobejk@gmail.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions