RDMA/rxe: Remove the unused variable obj
[linux-2.6-microblaze.git] / drivers / infiniband / sw / rxe / rxe_task.h
index 11d183f..7f612a1 100644 (file)
@@ -19,7 +19,6 @@ enum {
  * called again.
  */
 struct rxe_task {
-       void                    *obj;
        struct tasklet_struct   tasklet;
        int                     state;
        spinlock_t              state_lock; /* spinlock for task state */
@@ -35,7 +34,7 @@ struct rxe_task {
  *     arg  => parameter to pass to fcn
  *     func => function to call until it returns != 0
  */
-int rxe_init_task(void *obj, struct rxe_task *task,
+int rxe_init_task(struct rxe_task *task,
                  void *arg, int (*func)(void *), char *name);
 
 /* cleanup task */