summaryrefslogtreecommitdiff
path: root/patches/0083-timer_list.patch
AgeCommit message (Collapse)Author
2018-03-21patches: Use old parameter type for DEFINE_TIMERHauke Mehrtens
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>