-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Trying to compile with kernel 4.15.0-43-generic under Ubuntu 18.04.
There was a change from setup_timer to timer_setup. So made this simple change in the xhci.c and xhci-mem.c files.
setup_timer(a, b, c) ==> timer_setup(a, b, 0)
Then found out that the type of the call back 'b' is wrong. So not sure how to proceed.
Also, I wonder if xhci is even needed as in the kernel there is already files for xhci.
Please advise.
Metadata
Metadata
Assignees
Labels
No labels