should that not be here
This commit is contained in:
parent
a2bb2ec3ad
commit
da1871ee10
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