]> Git Repo - u-boot.git/commit
usb: gadget: ether: Move probe function above driver structure
authorMarek Vasut <[email protected]>
Fri, 4 Aug 2023 15:41:10 +0000 (17:41 +0200)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Tested-by: Tom Rini <[email protected]>
Tested-by: Miquel Raynal <[email protected]>
Tested-by: Miquel Raynal <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
drivers/usb/gadget/ether.c
This page took 0.034124 seconds and 4 git commands to generate.