This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / net / esp.h
index 90cd94f..a513d14 100644 (file)
@@ -2,14 +2,9 @@
 #define _NET_ESP_H
 
 #include <net/xfrm.h>
-#include <asm/scatterlist.h>
-
-#define ESP_NUM_FAST_SG                4
 
 struct esp_data
 {
-       struct scatterlist              sgbuf[ESP_NUM_FAST_SG];
-
        /* Confidentiality */
        struct {
                u8                      *key;           /* Key */