1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00
openwrt/package/kernel/lantiq
Martin Blumenstingl bf21b6e44d lantiq: ltq-tapi: fix compatibility with Linux 4.15+
Linux 4.15 removes the init_timer() API. It's replaced by two functions:
- timer_setup() is used instead of init_timer() and also replaces the
  timer "function" (callback) setup.
- from_timer() has to be used to obtain the use-case specific data from
  a struct timer_list, which is now passed to the timer callback.

Update the timer API to be compatible with Linux 4.15+ so it compiles
with the upcoming Linux 4.19 kernel update.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2019-07-04 08:29:13 +02:00
..
ltq-adsl lantiq: ltq-adsl: deactivate ASLR support 2018-03-06 19:49:06 +01:00
ltq-adsl-fw
ltq-adsl-mei
ltq-atm ltq-atm/ltq-ptm: re-enable/fix reset_ppe() functionality for VR9 2019-03-10 16:49:31 +01:00
ltq-deu ltq-deu: Fix section mismatches 2018-03-18 14:06:00 +01:00
ltq-ifxos lantiq: Deactivate ASLR support for some applications 2018-03-03 12:58:55 +01:00
ltq-ptm ltq-atm/ltq-ptm: re-enable/fix reset_ppe() functionality for VR9 2019-03-10 16:49:31 +01:00
ltq-tapi lantiq: ltq-tapi: fix compatibility with Linux 4.15+ 2019-07-04 08:29:13 +02:00
ltq-vdsl lantiq: Deactivate ASLR support for some applications 2018-03-03 12:58:55 +01:00
ltq-vdsl-fw ltq-vdsl-fw: update download URL 2019-03-02 19:24:52 +01:00
ltq-vdsl-mei ltq-vdsl-mei: reset g_tx_link_rate on showtime exit 2018-06-09 16:32:39 +02:00
ltq-vmmc lantiq: Deactivate ASLR support for some applications 2018-03-03 12:58:55 +01:00