Revert "kernel: susfs: CONFIG_KSU_SUSFS_INFO syscall to get susfs version & variant"

This reverts commit e1107e514d.
This commit is contained in:
Rifat Azad
2024-12-09 17:26:51 +06:00
committed by rifsxd
parent fe26e061ad
commit 9e996d1d9d
3 changed files with 0 additions and 53 deletions
-3
View File
@@ -196,9 +196,6 @@ endif
ifdef KSU_SUSFS_SUS_SU
ccflags-y += -DKSU_SUSFS_SUS_SU
endif
ifdef KSU_SUSFS_INFO
ccflags-y += -DKSU_SUSFS_INFO
endif
else
$(info -- You have not integrate susfs in your kernel.)
$(info -- Read: https://gitlab.com/simonpunk/susfs4ksu)