[PATCH] smccc_test: remove deprecated no_llseek to fix the compilation error

Weizhao Ouyang o451686892 at gmail.com
Mon Sep 15 11:42:15 UTC 2025


Signed-off-by: Weizhao Ouyang <o451686892 at gmail.com>
---
 smccc_test/smccc_test.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/smccc_test/smccc_test.c b/smccc_test/smccc_test.c
index b37691898852..4262dd9ca483 100644
--- a/smccc_test/smccc_test.c
+++ b/smccc_test/smccc_test.c
@@ -251,7 +251,6 @@ static const struct file_operations smccc_test_fops = {
 	.unlocked_ioctl	= smccc_test_ioctl,
 	.open		= smccc_test_open,
 	.release	= smccc_test_close,
-	.llseek		= no_llseek,
 };
 
 static struct miscdevice smccc_test_dev = {
-- 
2.48.1




More information about the fwts-devel mailing list