]> git.baikalelectronics.ru Git - kernel.git/commit
gianfar: remove forward declarations
authorArseny Solokha <asolokha@kb.kras.ru>
Wed, 4 Sep 2019 13:52:19 +0000 (20:52 +0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2019 10:28:14 +0000 (12:28 +0200)
commitd8c796a30fc20207fb8bdc96d43880168961cc0a
tree92bff07a88a2ea00980c1bd0434eaf540144c227
parent482115d4650cd594934f50cfaeee04f9365310e7
gianfar: remove forward declarations

Remove forward declarations of various static functions located in two
driver implementation files and rearrange the corresponding definitions
accordingly.

This patch only introduces mechanical changes, namely it removes forward
declarations and moves function definitions around; it does not change any
functionality.

Signed-off-by: Arseny Solokha <asolokha@kb.kras.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/gianfar.c
drivers/net/ethernet/freescale/gianfar.h
drivers/net/ethernet/freescale/gianfar_ethtool.c