commit | 388c4bb4dc1fc861dff425d37b0d6438f0e694bb | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Mon Jul 23 21:10:02 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 23 12:34:50 2018 -0700 |
tree | 83694fe1170c601cc6714e04f4d87376d4bd53fe | |
parent | fd800f646402c0f85547166b59ca065175928b7b [diff] |
sh_eth: uninline sh_eth_tsu_get_offset() sh_eth_tsu_get_offset() is called several times by the driver, remove *inline* and move that function from the header to the driver itself to let gcc decide whether to expand it inline or not... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>