should be equivalent type
This commit is contained in:
parent
9e070b35d1
commit
43e9927a8c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ static int lkm_init(void);
|
||||||
static int lkm_exit(void);
|
static int lkm_exit(void);
|
||||||
int lkm_open(struct inode *, struct file *);
|
int lkm_open(struct inode *, struct file *);
|
||||||
int lkm_release(struct inode *, struct file *);
|
int lkm_release(struct inode *, struct file *);
|
||||||
long lkm_ioctl(struct file *, unsigned int, long unsigend int);
|
long lkm_ioctl(struct file *, unsigned int, long unsigend);
|
||||||
|
|
||||||
static struct file_operations lkm_fops = {
|
static struct file_operations lkm_fops = {
|
||||||
.owner = "",
|
.owner = "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue