1
0
Fork 0
alistair23-linux/drivers/media
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
..
cec media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
common treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts 2017-11-21 16:35:54 -08:00
dvb-core media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
dvb-frontends media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
firewire [media] firewire: don't break long lines 2016-10-21 10:06:00 -02:00
i2c media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
mmc License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pci media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
platform treewide: setup_timer() -> timer_setup() (2 field) 2017-11-21 15:57:09 -08:00
radio media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
rc media updates for v4.15-rc1 2017-11-15 20:30:12 -08:00
spi [media] gs1662: drop kfree for memory allocated with devm_kzalloc 2016-10-24 17:59:08 -02:00
tuners License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
usb treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
v4l2-core main drm pull request for v4.15 2017-11-15 20:42:10 -08:00
Kconfig media: rc-core: do not depend on MEDIA_SUPPORT 2017-08-20 09:39:36 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
media-device.c media: drop use of MEDIA_API_VERSION 2017-08-08 06:03:15 -04:00
media-devnode.c media: utilize new cdev_device_add helper function 2017-03-21 06:44:33 +01:00
media-entity.c [media] media: Check for active and has_no_links overrun 2017-10-04 17:16:14 -03:00