]> Pileus Git - ~andy/linux/blobdiff - drivers/infiniband/core/ucma.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[~andy/linux] / drivers / infiniband / core / ucma.c
index 6f28da9f4cad93fe20c7cb98ffc042c5381d0ec5..2709ff581392f1dcd928c15356df3a85d58ec36b 100644 (file)
@@ -310,7 +310,6 @@ static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf,
        struct rdma_ucm_get_event cmd;
        struct ucma_event *uevent;
        int ret = 0;
-       DEFINE_WAIT(wait);
 
        if (out_len < sizeof uevent->resp)
                return -ENOSPC;