Kees Cook
841b86f328
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
...
With all callbacks converted, and the timer callback prototype
switched over, the TIMER_FUNC_TYPE cast is no longer needed,
so remove it. Conversion was done with the following scripts:
perl -pi -e 's|\(TIMER_FUNC_TYPE\)||g' \
$(git grep TIMER_FUNC_TYPE | cut -d: -f1 | sort -u)
perl -pi -e 's|\(TIMER_DATA_TYPE\)||g' \
$(git grep TIMER_DATA_TYPE | cut -d: -f1 | sort -u)
The now unused macros are also dropped from include/linux/timer.h.
Signed-off-by: Kees Cook <keescook@chromium.org >
2017-11-21 16:35:54 -08:00
..
2017-11-16 14:05:12 -08:00
2017-11-16 14:05:12 -08:00
2017-11-16 09:15:57 -08:00
2017-11-15 14:54:53 -08:00
2017-11-15 14:54:53 -08:00
2017-11-16 10:57:11 -08:00
2017-11-16 16:05:01 -08:00
2017-11-17 20:04:24 -08:00
2017-11-18 11:22:04 -08:00
2017-11-17 12:54:01 -08:00
2017-11-15 18:21:07 -08:00
2017-11-17 12:08:18 -08:00
2017-11-17 16:10:01 -08:00
2017-11-15 18:21:05 -08:00
2017-11-17 16:10:01 -08:00
2017-11-15 18:21:04 -08:00
2017-11-17 11:54:55 -08:00
2017-11-17 16:10:01 -08:00
2017-11-17 09:51:57 -08:00
2017-11-15 18:21:04 -08:00
2017-11-15 19:42:40 -08:00
2017-11-18 11:22:04 -08:00
2017-11-17 14:58:01 -08:00
2017-11-17 16:10:02 -08:00
2017-11-15 18:21:06 -08:00
2017-11-15 18:21:03 -08:00
2017-11-17 16:10:04 -08:00
2017-11-17 14:58:01 -08:00
2017-11-15 18:21:05 -08:00
2017-11-17 09:51:57 -08:00
2017-11-17 16:10:01 -08:00
2017-11-17 16:10:04 -08:00
2017-11-15 18:21:01 -08:00
2017-11-17 16:10:04 -08:00
2017-11-17 16:10:04 -08:00
2017-11-15 18:21:05 -08:00
2017-11-15 18:21:01 -08:00
2017-11-21 16:35:54 -08:00
2017-11-15 18:21:05 -08:00
2017-11-17 20:21:44 -08:00
2017-11-15 18:21:04 -08:00
2017-11-17 09:51:57 -08:00
2017-11-17 09:51:57 -08:00
2017-11-15 18:21:03 -08:00
2017-11-15 18:21:07 -08:00
2017-11-15 18:21:04 -08:00
2017-11-17 14:18:00 -08:00
2017-11-17 14:18:00 -08:00
2017-11-17 16:10:00 -08:00
2017-11-18 20:37:12 -05:00
2017-11-15 15:01:28 -08:00
2017-11-16 16:05:01 -08:00
2017-11-15 18:21:03 -08:00
2017-11-15 18:21:02 -08:00
2017-11-17 16:10:00 -08:00
2017-11-15 18:21:06 -08:00
2017-11-15 18:21:06 -08:00
2017-11-15 15:01:28 -08:00
2017-11-17 14:58:01 -08:00
2017-11-17 16:10:04 -08:00
2017-11-17 16:10:04 -08:00
2017-11-17 16:10:03 -08:00
2017-11-21 05:28:13 -10:00
2017-11-17 20:14:10 -08:00
2017-11-17 16:10:01 -08:00
2017-11-17 16:10:04 -08:00
2017-11-15 18:21:04 -08:00
2017-11-15 20:42:10 -08:00
2017-11-15 20:42:10 -08:00
2017-11-15 19:42:40 -08:00
2017-11-15 18:21:01 -08:00
2017-11-15 18:21:06 -08:00
2017-11-15 18:21:01 -08:00
2017-11-15 18:21:06 -08:00
2017-11-18 20:37:12 -05:00
2017-11-17 16:10:03 -08:00
2017-11-15 18:21:04 -08:00
2017-11-21 16:35:54 -08:00
2017-11-17 14:58:01 -08:00
2017-11-15 18:21:01 -08:00
2017-11-16 12:20:15 -08:00
2017-11-15 18:21:07 -08:00
2017-11-21 16:35:54 -08:00
2017-11-21 15:46:44 -08:00