Commit 3fb5a7ce authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

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.deReviewed-by: default avatarDan Murphy <dmurphy@ti.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent f566373f
......@@ -89,7 +89,6 @@ struct m_can_classdev {
void *device_data;
int version;
int freq;
u32 irqstatus;
int pm_clock_support;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment