1
0
Fork 0
alistair23-linux/drivers/scsi/be2iscsi
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
..
Kconfig irq_poll: make blk-iopoll available outside the block layer 2015-12-11 11:52:24 -08:00
Makefile be2iscsi: Revert ownership to Emulex 2015-10-27 10:34:18 +09:00
be.h scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00
be_cmds.c scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00
be_cmds.h scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00
be_iscsi.c scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00
be_iscsi.h scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00
be_main.c treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts 2017-11-21 16:35:54 -08:00
be_main.h scsi: be2iscsi: Use kasprintf 2017-11-06 22:58:02 -05:00
be_mgmt.c scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00
be_mgmt.h scsi: be2iscsi: Remove A-circumflex character in copyright marking 2017-10-11 14:18:30 -04:00