]> err.no Git - linux-2.6/blobdiff - net/bridge/netfilter/ebt_802_3.c
bridge: fix IPV6=n build
[linux-2.6] / net / bridge / netfilter / ebt_802_3.c
index ef73592f7ede33e9bd042b40169089b73d0fd063..98534025360f8a4d8c45766921a2791fc80d2218 100644 (file)
@@ -50,8 +50,7 @@ static int ebt_802_3_check(const char *tablename, unsigned int hookmask,
        return 0;
 }
 
-static struct ebt_match filter_802_3 =
-{
+static struct ebt_match filter_802_3 __read_mostly = {
        .name           = EBT_802_3_MATCH,
        .match          = ebt_filter_802_3,
        .check          = ebt_802_3_check,