Skip to content

Commit

Permalink
kernel: Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuntk authored Feb 16, 2025
1 parent 1fd1c5f commit 9497db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/sucompat.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,7 @@ void ksu_sucompat_exit()
destroy_kprobe(&su_kps[i]);
}
}
#else // We still have non-GKI support!
void ksu_sucompat_init() {}
void ksu_sucompat_exit() {}
#endif

0 comments on commit 9497db0

Please sign in to comment.