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

This reverts commit b78c9adf49.
This commit is contained in:
Rifat Azad
2024-12-09 17:26:51 +06:00
committed by rifsxd
parent 019f703ce8
commit e15516040d
3 changed files with 0 additions and 53 deletions

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)