consistent type
This commit is contained in:
parent
68f596ffab
commit
a2bb2ec3ad
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#define DEVICE_NAME "lkm"
|
#define DEVICE_NAME "lkm"
|
||||||
|
|
||||||
static int lkm_init(void);
|
static int lkm_init(void);
|
||||||
static int lkm_exit(void);
|
static void 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 unsigned int);
|
long lkm_ioctl(struct file *, unsigned int, long unsigned int);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue