summaryrefslogtreecommitdiff
path: root/kernel
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 /kernel
parentb1bdb691c3c38b4fbaf99fa8474f5cfa99b2d774 (diff)
downloadlinux-3.10-b8b8fd2dc23725fba77f66b3fef11b11f983fc08.tar.gz
linux-3.10-b8b8fd2dc23725fba77f66b3fef11b11f983fc08.tar.bz2
linux-3.10-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 'kernel')
-rw-r--r--kernel/hrtimer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index f5cfde8c902..1b3033105b4 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -279,6 +279,8 @@ ktime_t ktime_add_ns(const ktime_t kt, u64 nsec)
return ktime_add(kt, tmp);
}
+
+EXPORT_SYMBOL_GPL(ktime_add_ns);
# endif /* !CONFIG_KTIME_SCALAR */
/*