Re: [PATCH v2 net-next] net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c
From: David Miller <davem@davemloft.net>
Date: 2020-06-01 19:14:15
From: David Miller <davem@davemloft.net>
Date: 2020-06-01 19:14:15
From: Vladimir Oltean <olteanv@gmail.com> Date: Sun, 31 May 2020 21:25:51 +0300
From: Vladimir Oltean <vladimir.oltean@nxp.com> Newer C compilers are complaining about the fact that there are no function prototypes in sja1105_vl.c for the non-static functions. Give them what they want. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Applied.