diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-27 12:18:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:56:48 +0100 |
commit | b746223787a0195c3a4d16523003c62ec0ac8451 (patch) | |
tree | 2c8a615c25c6b015c7f22ef83c5baf59449dc774 /scripts/tiny/ksize.py | |
parent | e3aa87a5d3a7cbe6f2c835273991a388101b0cde (diff) | |
download | openembedded-core-b746223787a0195c3a4d16523003c62ec0ac8451.tar.gz openembedded-core-b746223787a0195c3a4d16523003c62ec0ac8451.tar.bz2 openembedded-core-b746223787a0195c3a4d16523003c62ec0ac8451.zip |
linux-yocto/4.1: fix musb compilation error
We had a partial musb change merged into the 4.1 tree, which resulted in:
| kernel-source/drivers/usb/musb/musb_dsps.c:
In function 'dsps_create_musb_pdev':
| kernel-source/drivers/usb/musb/musb_dsps.c:750:8:
error: 'struct musb_hdrc_config' has no member named 'maximum_speed'
| config->maximum_speed = usb_get_maximum_speed(&parent->dev);
| ^~
By backporting commit:
9b7537642cb6a [usb: musb: set the controller speed based on the config setting]
We get our missing structure field, and we can once again build musb.
[YOCTO: #9680]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/tiny/ksize.py')
0 files changed, 0 insertions, 0 deletions