mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
841b86f328
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> |
||
---|---|---|
.. | ||
con3215.c | ||
con3270.c | ||
ctrlchar.c | ||
ctrlchar.h | ||
defkeymap.c | ||
defkeymap.map | ||
diag_ftp.c | ||
diag_ftp.h | ||
fs3270.c | ||
hmcdrv_cache.c | ||
hmcdrv_cache.h | ||
hmcdrv_dev.c | ||
hmcdrv_dev.h | ||
hmcdrv_ftp.c | ||
hmcdrv_ftp.h | ||
hmcdrv_mod.c | ||
Kconfig | ||
keyboard.c | ||
keyboard.h | ||
Makefile | ||
monreader.c | ||
monwriter.c | ||
raw3270.c | ||
raw3270.h | ||
sclp.c | ||
sclp.h | ||
sclp_async.c | ||
sclp_cmd.c | ||
sclp_con.c | ||
sclp_config.c | ||
sclp_cpi_sys.c | ||
sclp_cpi_sys.h | ||
sclp_ctl.c | ||
sclp_diag.h | ||
sclp_early.c | ||
sclp_early_core.c | ||
sclp_ftp.c | ||
sclp_ftp.h | ||
sclp_ocf.c | ||
sclp_pci.c | ||
sclp_quiesce.c | ||
sclp_rw.c | ||
sclp_rw.h | ||
sclp_sdias.c | ||
sclp_sdias.h | ||
sclp_tty.c | ||
sclp_tty.h | ||
sclp_vt220.c | ||
tape.h | ||
tape_34xx.c | ||
tape_3590.c | ||
tape_3590.h | ||
tape_char.c | ||
tape_class.c | ||
tape_class.h | ||
tape_core.c | ||
tape_proc.c | ||
tape_std.c | ||
tape_std.h | ||
tty3270.c | ||
tty3270.h | ||
vmcp.c | ||
vmlogrdr.c | ||
vmur.c | ||
vmur.h | ||
zcore.c |