commit | eae9d3c0167df840e821317040efcf0ca6789cb9 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sun May 31 21:25:51 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 01 12:13:47 2020 -0700 |
tree | 40488c19574eaee83dff8fb2ade590c1da73eaf2 | |
parent | 2a2e01e7b1e00ff36741fefcf3a526709355252b [diff] |
net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c 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> Signed-off-by: David S. Miller <davem@davemloft.net>