input: touchscreen: gt1x: set vfs-only exports into their own namespace

According to gki commit d483eed85f ("ANDROID: GKI: set vfs-only exports into their own namespace").

ERROR: modpost: module gt1x-ts uses symbol filp_open from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I2b25adf85977f90958292ef2af91c1ab6e5aa3e4
This commit is contained in:
Tao Huang
2022-07-15 14:53:10 +08:00
parent 8eb1d1f6c0
commit 42a2baccb2

View File

@@ -807,3 +807,4 @@ module_exit(gt1x_ts_exit);
MODULE_DESCRIPTION("GTP Series Driver");
MODULE_LICENSE("GPL");
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);