]> err.no Git - linux-2.6/blobdiff - net/bridge/netfilter/ebt_pkttype.c
Merge branches 'pxa' and 'orion-fixes1'
[linux-2.6] / net / bridge / netfilter / ebt_pkttype.c
index 19a69ea8ba62cd7dff72235cb0cfdcc16c3d3ece..676db32df3d1641237954f461793d5625f5aef19 100644 (file)
@@ -36,8 +36,7 @@ static int ebt_pkttype_check(const char *tablename, unsigned int hookmask,
        return 0;
 }
 
-static struct ebt_match filter_pkttype =
-{
+static struct ebt_match filter_pkttype __read_mostly = {
        .name           = EBT_PKTTYPE_MATCH,
        .match          = ebt_filter_pkttype,
        .check          = ebt_pkttype_check,