Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wanrouter: Fix ioctl handler declaration.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
include/linux/wanrouter.h
··· 522 522 extern void wanrouter_proc_cleanup(void); 523 523 extern int wanrouter_proc_add(struct wan_device *wandev); 524 524 extern int wanrouter_proc_delete(struct wan_device *wandev); 525 - extern int wanrouter_ioctl( struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg); 525 + extern long wanrouter_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 526 526 527 527 /* Public Data */ 528 528 /* list of registered devices */