staging: most: core: remove context pointer

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

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Christian Gromm 2017-11-21 15:04:58 +01:00 committed by Greg Kroah-Hartman
parent 845101bed8
commit 9abfc8bb79
1 changed files with 0 additions and 1 deletions

View File

@ -272,7 +272,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)