treewide: Remove uninitialized_var() usage
[linux-2.6-block.git] / net / dccp / options.c
index 3b42f5c6a63ddc3ea23cc76fdeda78a3d9a97d6a..9fed0ae21e63e4157b0552e19ec2d6dc15228359 100644 (file)
@@ -56,7 +56,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;