1
0
Fork 0
alistair23-linux/drivers/s390
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
..
block treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
char treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts 2017-11-21 16:35:54 -08:00
cio s390/cio: Convert timers to use timer_setup() 2017-11-14 11:01:36 +01:00
crypto s390/ap_bus: Convert timers to use timer_setup() 2017-11-14 11:01:41 +01:00
net treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
scsi treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts 2017-11-21 16:35:54 -08:00
virtio s390/virtio: simplify Makefile 2017-09-29 15:51:53 +02:00
Makefile virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio 2015-07-07 14:27:06 +03:00