s32k1xx:flexcan Remove unused variable

This commit is contained in:
David Sidrane 2020-08-12 12:29:14 -07:00 committed by Abdelatif Guettouche
parent ee60a26c7f
commit 151a9253f4

View File

@ -1718,9 +1718,6 @@ int s32k1xx_caninitialize(int intf)
{
struct s32k1xx_driver_s *priv;
int ret;
#ifdef TX_TIMEOUT_WQ
uint32_t i;
#endif
switch (intf)
{