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-13 20:53:28 -08:00
2017-11-02 11:10:55 +01:00
2017-11-06 16:47:04 +01:00
2016-10-25 09:54:32 +02:00
2017-11-13 20:53:28 -08:00
2017-11-13 20:53:28 -08:00
2017-05-15 07:42:00 +02:00
2017-11-13 20:53:28 -08:00
2017-11-03 16:19:27 +01:00
2017-10-03 18:34:56 +02:00
2017-11-13 20:53:28 -08:00
2017-11-13 20:53:28 -08:00
2017-08-31 18:21:37 +02:00
2017-11-21 15:57:07 -08:00
2017-10-03 18:36:25 +02:00
2017-11-13 20:53:28 -08:00
2017-11-21 16:35:54 -08:00
2017-11-13 20:53:28 -08:00
2017-11-21 15:57:07 -08:00
2017-11-21 15:57:07 -08:00
2017-11-21 15:57:07 -08:00
2017-09-18 12:25:31 +02:00
2017-10-18 16:17:14 +02:00
2017-11-02 11:10:55 +01:00
2017-08-18 15:57:17 -07:00
2017-05-15 07:43:55 +02:00
2017-11-02 11:10:55 +01:00
2017-11-17 11:54:55 -08:00
2017-11-13 20:53:28 -08:00
2017-11-13 20:53:28 -08:00
2017-11-21 15:57:07 -08:00
2017-11-21 15:57:07 -08:00
2017-11-13 20:53:28 -08:00
2017-11-03 14:49:08 +01:00
2017-11-13 20:53:28 -08:00
2017-11-02 11:10:55 +01:00
2017-11-13 20:53:28 -08:00
2017-11-21 15:57:05 -08:00
2017-10-18 16:42:28 +02:00
2017-11-21 15:57:07 -08:00
2017-11-15 20:42:10 -08:00
2017-11-17 12:38:51 -08:00
2017-11-13 20:53:28 -08:00
2017-11-13 20:53:28 -08:00
2017-11-13 20:53:28 -08:00
2017-11-21 15:57:07 -08:00
2017-11-13 21:14:07 -08:00
2017-11-13 20:53:28 -08:00
2017-09-06 14:45:08 -07:00
2017-11-02 11:10:55 +01:00