From: Bartosz Golaszewski Date: Fri, 26 Jun 2020 15:53:21 +0000 (+0200) Subject: net: phy: arrange headers in mdio_device.c alphabetically X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1d0018a4306877f7ca4591ca6ea1d0099e2d0ef2;p=linux.git net: phy: arrange headers in mdio_device.c alphabetically Keeping the headers in alphabetical order is better for readability and allows to easily see if given header is already included. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/mdio_device.c b/drivers/net/phy/mdio_device.c index c1d345c3cab35..f60443e48622e 100644 --- a/drivers/net/phy/mdio_device.c +++ b/drivers/net/phy/mdio_device.c @@ -6,6 +6,7 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#include #include #include #include @@ -20,7 +21,6 @@ #include #include #include -#include void mdio_device_free(struct mdio_device *mdiodev) {