netfilter: nft_counter: remove wrong __percpu of nft_counter_resest()'s arg
[linux-2.6-microblaze.git] / net / netfilter / nft_counter.c
index a61d7ed..1a6b06c 100644 (file)
@@ -104,7 +104,7 @@ static void nft_counter_obj_destroy(const struct nft_ctx *ctx,
        nft_counter_do_destroy(priv);
 }
 
-static void nft_counter_reset(struct nft_counter_percpu_priv __percpu *priv,
+static void nft_counter_reset(struct nft_counter_percpu_priv *priv,
                              struct nft_counter *total)
 {
        struct nft_counter *this_cpu;