lantiq: ltq-tapi: fix compilation with newer Linux kernels
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 29 Feb 2020 21:38:26 +0000 (22:38 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 16 Mar 2020 21:28:16 +0000 (22:28 +0100)
commit0dbe8b9029df1c1b254101bacbc20c3418eb956f
treed55e4f4acb04553617e0ffc9b6895e4904cefc13
parent588d574eb9ce7198873439d8f6cffd2e336b0417
lantiq: ltq-tapi: fix compilation with newer Linux kernels

Compiling the ltq-tapi driver against Linux 5.4 results in a compile
error complaining that the size of struct sched_param is not known.
Switch the existing "sched/types.h" include to reference
include/uapi/linux/sched/types.h to fix compilation against Linux 5.4.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
package/kernel/lantiq/ltq-tapi/patches/010-fix-compile.patch