superna9999 / meson_gx_mali_450

Amlogic GX Mali support for Mali-450 based SoCs, for Mainline Linux only
http://linux-meson.com
35 stars 20 forks source link

v5.3-rc build fix #10

Closed wens closed 4 years ago

wens commented 5 years ago

ktime_get_boot_ns() was renamed to ktime_get_boottime_ns() in commit 9285ec4c8b61 ("timekeeping: Use proper clock specifier names in functions") which was introduced in v5.3-rc1.

Handle this rename with yet another #if LINUX_VERSION_CODE.

Signed-off-by: Chen-Yu Tsai wens@csie.org