[PATCH v3 15/26] staging: most: core: remove context pointer from struct most_aim

Christian Gromm christian.gromm at microchip.com
Mon Oct 16 08:46:22 UTC 2017


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

Signed-off-by: Christian Gromm <christian.gromm at microchip.com>
---
v2: fix patch numeration
v3: - add cover letter
    - create patches with -M switch to make file movement visible

 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



More information about the devel mailing list