Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
[linux-2.6-microblaze.git] / net / dccp / options.c
index daa9eed..51aaba7 100644 (file)
@@ -57,7 +57,7 @@ int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
                                        (dh->dccph_doff * 4);
        struct dccp_options_received *opt_recv = &dp->dccps_options_received;
        unsigned char opt, len;
-       unsigned char *uninitialized_var(value);
+       unsigned char *value;
        u32 elapsed_time;
        __be32 opt_val;
        int rc;