Skip to content

Kernel 4.15 #2

@dspmathguru

Description

@dspmathguru

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions