]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NET]: Fix networking compilation errors
authorDavid Howells <dhowells@redhat.com>
Fri, 27 Apr 2007 22:31:24 +0000 (15:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2007 22:31:24 +0000 (15:31 -0700)
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>
include/net/wext.h
kernel/hrtimer.c

index 55741836a675db5b59dac0c0a0a1740e4baec4b9..c02b8decf3af8324b104bfeb5f9593785ec2f321 100644 (file)
@@ -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;
 }
index f5cfde8c9025e7eea08c2796f43351036a9da429..1b3033105b40ed0896cc7658c1cfeb9b8885a73e 100644 (file)
@@ -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 */
 
 /*