]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: gadget: ether: Move probe function above driver structure
authorMarek Vasut <marex@denx.de>
Fri, 4 Aug 2023 15:41:10 +0000 (17:41 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 5 Aug 2023 04:02:28 +0000 (06:02 +0200)
commit47b121f46c7d500aa617a79bfafb710655d8f38c
treed233a9ca45197a5a513c3610f7957e01b848d99e
parentda768f9c62e781e232a51da25f6506a40b1cb577
usb: gadget: ether: Move probe function above driver structure

Move the driver probe function above the driver structure, so it
can be placed alongside other related functions, like upcoming
remove function. No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Tested-by: Tom Rini <trini@konsulko.com>
Tested-by: Miquel Raynal <miquel.raynal@bootlin.com>
Tested-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/usb/gadget/ether.c