From: David S. Miller Date: Thu, 29 May 2008 08:43:48 +0000 (-0700) Subject: wanrouter: Fix ioctl handler declaration. X-Git-Tag: firefly_0821_release~19559^2~397 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75a9cd524c6bb441c61c85bae7020ce5e8b2e807;p=firefly-linux-kernel-4.4.55.git wanrouter: Fix ioctl handler declaration. Signed-off-by: David S. Miller --- diff --git a/include/linux/wanrouter.h b/include/linux/wanrouter.h index 3add87465b1f..e0aa39612eba 100644 --- a/include/linux/wanrouter.h +++ b/include/linux/wanrouter.h @@ -522,7 +522,7 @@ extern int wanrouter_proc_init(void); extern void wanrouter_proc_cleanup(void); extern int wanrouter_proc_add(struct wan_device *wandev); extern int wanrouter_proc_delete(struct wan_device *wandev); -extern int wanrouter_ioctl( struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg); +extern long wanrouter_ioctl(struct file *file, unsigned int cmd, unsigned long arg); /* Public Data */ /* list of registered devices */