summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Wang <jwangh@google.com>2023-04-01 03:21:20 +0000
committerJing Wang <jwangh@google.com>2023-04-01 04:17:36 +0000
commitead1f8955569c2cd01b2c60f4eaa49c5fae792f6 (patch)
tree1e78f167ffecf20d95d9503f5034ee8bbe14b9ac
parent15940f2fa8820708fe103da03d6110e4fa7141d7 (diff)
downloadgoodix_touch-ead1f8955569c2cd01b2c60f4eaa49c5fae792f6.tar.gz
Revert "touch/goodix: Create goodix_ts procfs link for backward ..."
Revert submission 2421158-ct3_touch_bringup Reason for revert: b/276521272 Reverted changes: /q/submissionid:2421158-ct3_touch_bringup Change-Id: Ia248a1cf998d39780a14d3c8a05981813b683249
-rw-r--r--goodix_ts_core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/goodix_ts_core.c b/goodix_ts_core.c
index 21f0b7b..33261ab 100644
--- a/goodix_ts_core.c
+++ b/goodix_ts_core.c
@@ -1176,13 +1176,6 @@ static int goodix_ts_procfs_init(struct goodix_ts_core *core_data)
goto err_create_driver;
}
- /*
- * [GOOG]
- * Create symlink `goodix_ts` to `goodix_ts.0` for backward compatibility.
- */
- if (dev_id == 0)
- proc_symlink("goodix_ts", NULL, proc_node);
-
return 0;
err_create_driver: