aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/lantiq/ltq-tapi/patches/510-linux-515.patch
Commit message (Collapse)AuthorAge
* ltq-tapi: Fix compile with kernel 5.15Hauke Mehrtens2022-11-05
Do not use find_vpid(), but get_task_pid() to get the pid from pThrCntrl->tid. This is now a ponter to struct task_struct instead of an integer. This fixes the build of ltq-tapi with lantiq/xway. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>