Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=14ae856645dba5b9ba56b2d0627b3b9825fa37b2
Commit:     14ae856645dba5b9ba56b2d0627b3b9825fa37b2
Parent:     3482fd9099e8aab8b8096eb6da93571ea5a0b4c2
Author:     Johannes Berg <[EMAIL PROTECTED]>
AuthorDate: Tue Aug 7 18:02:43 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Tue Aug 7 18:02:43 2007 -0700

    [NET] net/core/utils: fix sparse warning
    
    net_msg_warn is not defined because it is in net/sock.h which isn't
    included.
    
    Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/core/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/core/utils.c b/net/core/utils.c
index 2030bb8..0bf17da 100644
--- a/net/core/utils.c
+++ b/net/core/utils.c
@@ -25,6 +25,7 @@
 #include <linux/random.h>
 #include <linux/percpu.h>
 #include <linux/init.h>
+#include <net/sock.h>
 
 #include <asm/byteorder.h>
 #include <asm/system.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to