From: Rosen Penev Date: Mon, 9 Jun 2025 03:08:48 +0000 (-0700) Subject: wifi: ath9k: ahb: reorder includes X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c8123302c01936d297e22adbd75cad38c5049f92;p=users%2Fjedix%2Flinux-maple.git wifi: ath9k: ahb: reorder includes Alphabetic includes are easier to look at and to make further changes to them. Signed-off-by: Rosen Penev Reviewed-by: Krzysztof Kozlowski Acked-by: Toke Høiland-Jørgensen Link: https://patch.msgid.link/20250609030851.17739-3-rosenp@gmail.com Signed-off-by: Jeff Johnson --- diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c index d2a97e74f451d..1ffec827ed875 100644 --- a/drivers/net/wireless/ath/ath9k/ahb.c +++ b/drivers/net/wireless/ath/ath9k/ahb.c @@ -16,10 +16,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include +#include #include #include -#include -#include + #include "ath9k.h" static const struct platform_device_id ath9k_platform_id_table[] = {