video: rockchip: rga3: fix compile errors in kernel-4.19

And need to ensure that the commit exists in scatterlist.h of kernel-4.19:
commit 3d9c15bc2e91 ("BACKPORT: scatterlist: add generic wrappers for iterating over sgtable objects")

Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
Change-Id: I9cfe758954beedd3408e9f9d68f69f8e36566425
This commit is contained in:
Yu Qiaowei
2022-07-18 15:07:34 +08:00
committed by Tao Huang
parent dbff1c770a
commit 4ddee5f575

View File

@@ -1631,4 +1631,6 @@ module_exit(rga_exit);
MODULE_AUTHOR("putin.li@rock-chips.com");
MODULE_DESCRIPTION("Driver for rga device");
MODULE_LICENSE("GPL");
#ifdef MODULE_IMPORT_NS
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
#endif