From: David S. Miller Date: Thu, 29 May 2008 08:43:48 +0000 (-0700) Subject: wanrouter: Fix ioctl handler declaration. X-Git-Tag: v2.6.27-rc1~969^2~396 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a9cd524c6bb441c61c85bae7020ce5e8b2e807;p=linux-2.6 wanrouter: Fix ioctl handler declaration. Signed-off-by: David S. Miller --- diff --git a/include/linux/wanrouter.h b/include/linux/wanrouter.h index 3add87465b..e0aa39612e 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 */