From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Christian Gromm Subject: [PATCH 24/50] staging: most: core: remove context pointer Date: Tue, 21 Nov 2017 15:04:58 +0100 Message-ID: <1511273124-7840-25-git-send-email-christian.gromm@microchip.com> In-Reply-To: <1511273124-7840-1-git-send-email-christian.gromm@microchip.com> References: <1511273124-7840-1-git-send-email-christian.gromm@microchip.com> MIME-Version: 1.0 Content-Type: text/plain List-ID: To: gregkh@linuxfoundation.org Cc: driverdev-devel@linuxdriverproject.org, Christian Gromm This patch removes the unused context pointer that was meant to provide the opportunity to store context information. Signed-off-by: Christian Gromm --- 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