Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b3b724f48c0c0ade1d5120744cc5c9a3e5193d08
Commit:     b3b724f48c0c0ade1d5120744cc5c9a3e5193d08
Parent:     7aeacf982203fb4dea2f3434eefdc268cfd5d6d9
Author:     Heiko Carstens <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 23 09:28:34 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 09:49:27 2007 +0200

    net: fix xfrm build - missing scatterlist.h include
    
    net/xfrm/xfrm_algo.c: In function 'skb_icv_walk':
    net/xfrm/xfrm_algo.c:555: error: implicit declaration of function
    'sg_set_page'
    make[2]: *** [net/xfrm/xfrm_algo.o] Error 1
    
    Cc: David Miller <[EMAIL PROTECTED]>
    Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]>
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 net/xfrm/xfrm_algo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c
index fb2220a..313d4be 100644
--- a/net/xfrm/xfrm_algo.c
+++ b/net/xfrm/xfrm_algo.c
@@ -13,6 +13,7 @@
 #include <linux/kernel.h>
 #include <linux/pfkeyv2.h>
 #include <linux/crypto.h>
+#include <linux/scatterlist.h>
 #include <net/xfrm.h>
 #if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || 
defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE)
 #include <net/ah.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