From 42a2baccb2382bafcf78ba3c06dad0bbe31aa328 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 15 Jul 2022 14:53:10 +0800 Subject: [PATCH] input: touchscreen: gt1x: set vfs-only exports into their own namespace According to gki commit d483eed85ffb ("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 Change-Id: I2b25adf85977f90958292ef2af91c1ab6e5aa3e4 --- drivers/input/touchscreen/gt1x/gt1x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/gt1x/gt1x.c b/drivers/input/touchscreen/gt1x/gt1x.c index f65ca3b916e4..f59b5c875803 100644 --- a/drivers/input/touchscreen/gt1x/gt1x.c +++ b/drivers/input/touchscreen/gt1x/gt1x.c @@ -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);