Support Linux kernel v5.4 98/237498/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 1 Jul 2020 02:05:44 +0000 (11:05 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 1 Jul 2020 02:08:16 +0000 (11:08 +0900)
commit3dc772aeedfdf4921ced1599b4f9cc33a4506e42
tree1af200caac20f2080877f67c9d370be22a68b407
parentaa0b57ff094a2e452ca393ec9f0b35606abe3a81
Support Linux kernel v5.4

To support rpi4 kernel based on Linux kernel v5.4, add wrapper for
changed function name.

With the Linux mainline commit 9285ec4c8b61 ("timekeeping: Use
proper clock specifier names in functions") in v5.3, function
ktime_get_boot_ns() is changed to ktime_get_boottime_ns().

Change-Id: I80e00592adea9e888daaef035f2332e5e7528eef
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9285ec4c8b61d4930a575081abeba2cd4f449a74
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
kernel/proc-tsm.c