]> asedeno.scripts.mit.edu Git - linux.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)
commit7d993c5f86aa308b00c2fd420fe5208da18125e2
tree92bff07a88a2ea00980c1bd0434eaf540144c227
parentd1e8496edac2f31398eda7222182530d40eef44f
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