diff --git a/main.c b/main.c index 9419037..6ff6179 100644 --- a/main.c +++ b/main.c @@ -453,9 +453,7 @@ static int kxo_release(struct inode *inode, struct file *filp) } static const struct file_operations kxo_fops = { -#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 4, 0) .owner = THIS_MODULE, -#endif .read = kxo_read, #if LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0) .llseek = no_llseek,