should that not be here

This commit is contained in:
twoneis 2025-03-25 16:54:30 +01:00
parent a2bb2ec3ad
commit da1871ee10

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)