]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_connbytes.c
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_connbytes.c
index 2d49948d3c38773a3fe5ccd39ba8f80538b542c0..dcc497ea8183caad77f3db5dcbe0b86f4fa8b4aa 100644 (file)
@@ -125,7 +125,6 @@ static int check(const char *tablename,
                 const void *ip,
                 const struct xt_match *match,
                 void *matchinfo,
-                unsigned int matchsize,
                 unsigned int hook_mask)
 {
        const struct xt_connbytes_info *sinfo = matchinfo;
@@ -143,7 +142,7 @@ static int check(const char *tablename,
        return 1;
 }
 
-static struct xt_match xt_connbytes_match = {
+static struct xt_match xt_connbytes_match[] = {
        {
                .name           = "connbytes",
                .family         = AF_INET,