commit | 47b121f46c7d500aa617a79bfafb710655d8f38c | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Aug 04 17:41:10 2023 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 05 06:02:28 2023 +0200 |
tree | d233a9ca45197a5a513c3610f7957e01b848d99e | |
parent | da768f9c62e781e232a51da25f6506a40b1cb577 [diff] |
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>