X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fbridge%2Fnetfilter%2Febt_pkttype.c;h=676db32df3d1641237954f461793d5625f5aef19;hb=92794a5d6359f9e8ed0d43fe0f3c653f748dcc90;hp=19a69ea8ba62cd7dff72235cb0cfdcc16c3d3ece;hpb=f776c4cda449bab463f5388eb07bd63dc52e2b13;p=linux-2.6 diff --git a/net/bridge/netfilter/ebt_pkttype.c b/net/bridge/netfilter/ebt_pkttype.c index 19a69ea8ba..676db32df3 100644 --- a/net/bridge/netfilter/ebt_pkttype.c +++ b/net/bridge/netfilter/ebt_pkttype.c @@ -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,