You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: ksud: uapi/linux/ -> linux/ for < k3.8
Co-Authored-By: backslashxx <118538522+backslashxx@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0)
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0)
|
||||||
#include <linux/input-event-codes.h>
|
#include <linux/input-event-codes.h>
|
||||||
#else
|
#else
|
||||||
#include <uapi/linux/input.h>
|
#include <linux/input.h>
|
||||||
#endif
|
#endif
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)
|
||||||
#include <linux/aio.h>
|
#include <linux/aio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user