cmemk: Fix usage of get_user_pages_remote() on 5.9+ kernels

The get_user_pages_remote() function signature has changed in 5.9
kernel, it lost the first task_struct pointer argument [1]. Fix
the current get_user_pages_remote() invocation in cmemk kernel with
the appropriate signature to build properly for these kernels.

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/linux/mm.h?id=64019a2e467a288a16b65ab55ddcbf58c1b00187

Signed-off-by: Suman Anna <s-anna@ti.com>
1 file changed