This patch removes the context pointer that was meant to provide the opportunity to store context information. Signed-off-by: Christian Gromm <christian.gromm@xxxxxxxxxxxxx> --- drivers/staging/most/core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h index af40f61..09fa472 100644 --- a/drivers/staging/most/core.h +++ b/drivers/staging/most/core.h @@ -277,7 +277,6 @@ struct most_aim { int channel_idx); int (*rx_completion)(struct mbo *mbo); int (*tx_completion)(struct most_interface *iface, int channel_idx); - void *context; }; #define to_most_aim(d) container_of(d, struct most_aim, dev) -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel