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-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-21 15:57:07 -08:00
2017-11-12 09:17:05 +09:00
2017-11-21 15:57:07 -08:00
2017-11-21 16:35:54 -08:00
2017-11-04 09:26:51 +09:00
2017-11-21 15:57:07 -08:00
2017-11-21 15:57:07 -08:00
2017-11-14 21:54:55 +09:00
2017-11-02 11:10:55 +01:00
2017-11-21 16:35:54 -08:00
2017-11-21 05:38:32 -10:00
2017-11-21 15:57:07 -08:00
2017-11-04 09:26:51 +09:00
2017-11-21 15:57:07 -08:00
2017-11-14 21:47:48 +09:00
2017-11-04 09:26:51 +09:00
2017-11-21 15:57:07 -08:00
2017-11-21 15:57:09 -08:00
2017-11-04 09:26:51 +09:00
2017-11-04 09:26:51 +09:00
2017-11-14 15:45:52 +09:00
2017-11-14 15:45:53 +09:00
2017-11-21 16:35:54 -08:00
2017-11-15 11:56:19 -08:00
2017-11-20 17:01:31 +01:00
2017-11-04 09:26:51 +09:00
2017-11-04 09:26:51 +09:00
2017-11-21 15:57:09 -08:00
2017-11-21 15:57:07 -08:00
2017-11-18 10:32:41 +09:00
2017-11-14 21:51:14 +09:00
2017-11-21 16:35:54 -08:00
2017-11-21 15:57:07 -08:00
2017-11-08 16:12:33 +09:00
2017-11-15 14:16:07 +09:00
2017-11-14 15:45:52 +09:00
2017-11-14 15:45:53 +09:00
2017-11-10 10:00:18 +09:00
2017-11-15 19:42:40 -08:00
2017-11-21 16:35:54 -08:00
2017-11-21 15:57:07 -08:00
2017-11-15 14:14:16 +09:00
2017-11-18 10:32:41 +09:00
2017-11-04 09:26:51 +09:00
2017-11-21 16:35:54 -08:00
2017-11-10 13:41:40 +09:00
2017-11-21 20:22:03 +09:00
2017-11-14 16:26:35 +09:00
2017-11-04 09:26:51 +09:00
2017-11-04 09:26:51 +09:00
2017-11-02 11:10:55 +01:00
2017-11-21 15:57:07 -08:00
2017-11-21 16:35:54 -08:00
2017-11-21 15:57:07 -08:00
2017-11-02 11:10:55 +01:00
2017-11-15 18:21:04 -08:00