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-15 19:42:40 -08:00
2017-11-15 14:29:44 -08:00
2017-11-17 14:58:01 -08:00
2017-11-02 11:10:55 +01:00
2017-11-21 15:57:05 -08:00
2017-11-15 10:21:58 -08:00
2017-11-15 18:21:04 -08:00
2017-11-15 18:21:06 -08:00
2017-11-21 05:28:13 -10:00
2017-11-13 17:56:58 -08:00
2017-11-17 11:54:55 -08:00
2017-11-21 15:57:14 -08:00
2017-11-17 14:58:01 -08:00
2017-11-07 10:32:44 +01:00
2017-11-14 14:08:20 -08:00
2017-11-10 16:08:47 -05:00
2017-11-15 13:28:48 -08:00
2017-11-10 16:08:56 -05:00
2017-11-15 13:28:48 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-10-21 16:11:30 +02:00
2017-11-17 16:10:03 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-10-25 11:01:08 +02:00
2017-11-07 12:20:09 +01:00
2017-11-17 16:10:04 -08:00
2017-11-02 11:10:55 +01:00
2017-11-04 08:53:04 +01:00
2017-11-02 11:10:55 +01:00
2017-11-13 17:33:11 -08:00
2017-10-19 07:49:14 +02:00
2017-11-17 14:58:01 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:10:04 -08:00
2017-11-07 15:35:57 +01:00
2017-11-02 11:10:55 +01:00
2017-10-20 11:02:29 +02:00
2017-11-21 16:35:54 -08:00
2017-11-02 11:10:55 +01:00
2017-10-03 17:54:25 -07:00
2017-11-17 14:58:01 -08:00
2017-11-21 15:57:07 -08:00
2017-11-17 16:10:04 -08:00
2017-10-03 17:54:26 -07:00
2017-11-17 16:10:04 -08:00
2017-11-17 16:10:04 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:10:04 -08:00
2017-11-07 15:35:58 +01:00
2017-11-07 10:32:44 +01:00
2017-11-17 16:56:17 -08:00
2017-11-08 11:13:50 +01:00
2017-10-04 10:53:54 +02:00
2017-11-02 11:10:55 +01:00
2017-11-15 18:21:05 -08:00
2017-11-02 11:10:55 +01:00
2017-11-15 10:56:56 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:10:03 -08:00
2017-11-07 10:32:44 +01:00
2017-10-20 11:02:54 +02:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:10:01 -08:00
2017-11-16 12:20:15 -08:00
2017-10-31 17:22:58 -05:00
2017-11-04 08:53:04 +01:00
2017-11-08 10:17:15 +01:00
2017-11-06 12:26:49 -08:00
2017-11-21 16:35:54 -08:00