]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
UBUNTU: hio: updates for timer api changes in 4.15
authorSeth Forshee <seth.forshee@canonical.com>
Fri, 19 Jan 2018 20:32:35 +0000 (14:32 -0600)
committerPaolo Pisati <paolo.pisati@canonical.com>
Tue, 2 Nov 2021 07:24:42 +0000 (08:24 +0100)
commit7e9f9829d86b3659e4369218bed83176e122caeb
treee1aec6c041622637acc305b584fef28661711c80
parentce58bcf95632bbfc35658d59ef432d3f7e9cf05a
UBUNTU: hio: updates for timer api changes in 4.15

init_timer() is gone, and the timer callback prototype has
changed. For 4.15 onward use timer_setup() and new callback
prototype data accessor.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/hio/hio.c