Skip to content

Conversation

patchint
Copy link

Hi,

I make this merge request because I had this issue when I tried to compile it on Linux 6.16.6

hid-uclogic-core.c: In function ‘uclogic_remove’:
hid-uclogic-core.c:494:9: error: implicit declaration of function ‘del_timer_sync’ [-Wimplicit-function-declaration]
    494 |         del_timer_sync(&drvdata->inrange_timer);
        |         ^~~~~~~~~~~~~~

So I changed del_timer_sync(&drvdata->inrange_timer); for timer_shutdown_sync(&drvdata->inrange_timer);

@patchint patchint changed the title Fix Fix del_timer_sync(&drvdata->inrange_timer); for timer_shutdown_sync(&drvdata->inrange_timer); Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant