should be there

This commit is contained in:
twoneis 2025-03-25 20:18:47 +01:00
parent da1871ee10
commit 5216c6ad7b

View file

@ -17,7 +17,7 @@ static struct file_operations lkm_fops = {
.open = lkm_open, .open = lkm_open,
.release = lkm_release, .release = lkm_release,
.unlocked_ioctl = lkm_ioctl, .unlocked_ioctl = lkm_ioctl,
} };
static int static int
lkm_init(void) lkm_init(void)