Files
Joey 36a650119d
Some checks failed
Continues testing / build (push) Has been cancelled
kernel: fix legacy ION UAPI include paths
The ION staging drivers still reference legacy relative UAPI
paths (../uapi/ion.h and ../uapi/msm_ion.h) which no longer
exist in modern Android kernels.

Update all ION sources to include the canonical UAPI headers
from include/uapi/linux instead.

This aligns the tree with upstream Android kernel behavior
and fixes build failures when using modern toolchains.
2026-01-15 20:49:46 +01:00
..