aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-04-27 15:31:24 -0700
committerDavid S. Miller <davem@davemloft.net>2007-04-27 15:31:24 -0700
commitb8b8fd2dc23725fba77f66b3fef11b11f983fc08 (patch)
tree2672274acf707cabaa490980db8e429de0b3b1c8 /include/net
parent[AF_RXRPC/AFS]: Arch-specific fixes. (diff)
downloadlinux-dev-b8b8fd2dc23725fba77f66b3fef11b11f983fc08.tar.xz
linux-dev-b8b8fd2dc23725fba77f66b3fef11b11f983fc08.zip
[NET]: Fix networking compilation errors
Fix miscellaneous networking compilation errors. (*) Export ktime_add_ns() for modules. (*) wext_proc_init() should have an ANSI declaration. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/wext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/wext.h b/include/net/wext.h
index 55741836a675..c02b8decf3af 100644
--- a/include/net/wext.h
+++ b/include/net/wext.h
@@ -10,7 +10,7 @@ extern int wext_proc_init(void);
extern int wext_handle_ioctl(struct ifreq *ifr, unsigned int cmd,
void __user *arg);
#else
-static inline int wext_proc_init()
+static inline int wext_proc_init(void)
{
return 0;
}