lan78xx: Re-order rx_submit() to remove forward declaration
authorJohn Efstathiades <john.efstathiades@pebblebay.com>
Thu, 18 Nov 2021 11:01:37 +0000 (11:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2021 12:11:51 +0000 (12:11 +0000)
commit9d2da72189a8d233cdcf6ebe5ff0689730e93e1f
treed71fa508e398f36a9b53268cbb2105f8231627ed
parentc450a8eb187a4d7ebe92e0afec54ac31ce403e79
lan78xx: Re-order rx_submit() to remove forward declaration

Move position of rx_submit() to remove forward declaration of
rx_complete() which is now no longer required.

Signed-off-by: John Efstathiades <john.efstathiades@pebblebay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/lan78xx.c