]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17d8516ac07138a3f11065d4520c10cc8ecc42f0
treed71fa508e398f36a9b53268cbb2105f8231627ed
parent008c0b34db8f616d26d9204bf07cd94e2f6a0b51
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