This patch removes the unused context pointer that was meant to provide the
opportunity to store context information.

Signed-off-by: Christian Gromm <christian.gr...@microchip.com>
---
 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 fe0ad62..fd8a703 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -278,7 +278,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)
-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to