projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9122b
)
wanrouter: Fix ioctl handler declaration.
author
David S. Miller
<davem@davemloft.net>
Thu, 29 May 2008 08:43:48 +0000
(
01:43
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 29 May 2008 08:43:48 +0000
(
01:43
-0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/wanrouter.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/wanrouter.h
b/include/linux/wanrouter.h
index 3add87465b1fc671a8ebf2280fd1868d3c7315cc..e0aa39612eba2ff30d5f6f3d5347485d8275efee 100644
(file)
--- 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 */