should be there
This commit is contained in:
parent
da1871ee10
commit
5216c6ad7b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue