kernel: fix redeclared __poll_t

* Probably useful in Ultra-Legacy kernel.

Signed-off-by: Faris <rissu.ntk@gmail.com>
This commit is contained in:
Faris
2025-11-07 20:33:51 +07:00
committed by ShirkNeko
parent 2a89159a3d
commit eba286ef7e

View File

@@ -20,10 +20,6 @@
#include "file_wrapper.h" #include "file_wrapper.h"
#ifndef __poll_t
typedef unsigned __bitwise __poll_t;
#endif
static loff_t mksu_wrapper_llseek(struct file *fp, loff_t off, int flags) static loff_t mksu_wrapper_llseek(struct file *fp, loff_t off, int flags)
{ {
struct ksu_file_wrapper *data = fp->private_data; struct ksu_file_wrapper *data = fp->private_data;