We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtk_btusb.c:873:79: error: ‘struct usb_interface’ has no member named ‘pm_usage_cnt’
raspberrypi/linux@83c6688#diff-d81b85761c12e5ebdcaca4309ff73cfe
The text was updated successfully, but these errors were encountered:
in file include/linux/usb.h, search " struct usb_interface { " and add " atomic_t pm_usage_cnt; " before the }
Sorry, something went wrong.
What kernel are you using? I just did a build with kernel 6.1.1, and it built correctly.
No branches or pull requests
rtk_btusb.c:873:79: error: ‘struct usb_interface’ has no member named ‘pm_usage_cnt’
raspberrypi/linux@83c6688#diff-d81b85761c12e5ebdcaca4309ff73cfe
The text was updated successfully, but these errors were encountered: