udpv6: add the required annotation to mib type
[sfrench/cifs-2.6.git] / net / ipv6 / udp.c
index 2596ffdeebeaaa60f096d774f3da32bd5486a2f4..e6c52c27f35438abb4c95a5e33800e5ba15a52e7 100644 (file)
@@ -288,8 +288,8 @@ int udpv6_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
        int peeked, peeking, off;
        int err;
        int is_udplite = IS_UDPLITE(sk);
+       struct udp_mib __percpu *mib;
        bool checksum_valid = false;
-       struct udp_mib *mib;
        int is_udp4;
 
        if (flags & MSG_ERRQUEUE)