summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/most/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
index 764f013d0db4..718dab8b4b18 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -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)