change type too
This commit is contained in:
parent
c501090a3a
commit
4d785078cf
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ lkm_release(struct inode *inode, struct file *fp)
|
|||
printk(KERN_INFO "lkm: release: start")
|
||||
}
|
||||
|
||||
long lkm_ioctl(struct file *fp, unsigned int num,
|
||||
long unsigned int param) { printk(KERN_INFO "lkm: release: start") }
|
||||
long lkm_ioctl(struct file *fp, unsigned num,
|
||||
long unsigned param) { printk(KERN_INFO "lkm: release: start") }
|
||||
|
||||
MODULE_AUTHOR("Mira Chacku Purakal");
|
||||
MODULE_DESCRIPTION("Generic Module");
|
||||
|
|
Loading…
Add table
Reference in a new issue