2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-26 23:55:40 +08:00

can: m_can: remove not used variable struct m_can_classdev::freq

This patch removes the unused variable freq from the struct m_can_classdev.

Link: https://lore.kernel.org/r/20201130133713.269256-5-mkl@pengutronix.de
Reviewed-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2020-11-30 14:37:11 +01:00
parent f566373fc5
commit 3fb5a7cef9

View File

@ -89,7 +89,6 @@ struct m_can_classdev {
void *device_data;
int version;
int freq;
u32 irqstatus;
int pm_clock_support;