forked from Minki/linux
wanrouter: Fix ioctl handler declaration.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bb9122b829
commit
75a9cd524c
@ -522,7 +522,7 @@ extern int wanrouter_proc_init(void);
|
|||||||
extern void wanrouter_proc_cleanup(void);
|
extern void wanrouter_proc_cleanup(void);
|
||||||
extern int wanrouter_proc_add(struct wan_device *wandev);
|
extern int wanrouter_proc_add(struct wan_device *wandev);
|
||||||
extern int wanrouter_proc_delete(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 */
|
/* Public Data */
|
||||||
/* list of registered devices */
|
/* list of registered devices */
|
||||||
|
Loading…
Reference in New Issue
Block a user