patches: Use old parameter type for DEFINE_TIMER
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 4 Mar 2018 22:57:06 +0000 (23:57 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Mar 2018 08:19:32 +0000 (09:19 +0100)
commit446eed8b9a7666d67bcbe5daf3cc5993408bc305
tree2fd9755732f2ae2f50b53216dedf0b7039a3b658
parent88935359564216a49657078bcab83659b9059478
patches: Use old parameter type for DEFINE_TIMER

Use the unsigned long parameters on kernel versions < 4.15 for the
DEFINE_TIMER callback. This was changed in Linux mainline commit
24ed960abf1d ("treewide: Switch DEFINE_TIMER callbacks to struct
timer_list *")

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
patches/0083-timer_list.patch [new file with mode: 0644]