[PATCHv4 2/5] wifi: ath9k: ahb: reorder includes

Rosen Penev posted 5 patches 6 months, 3 weeks ago
There is a newer version of this series
[PATCHv4 2/5] wifi: ath9k: ahb: reorder includes
Posted by Rosen Penev 6 months, 3 weeks ago
Alphabetic includes are easier to look at and to make further changes to
them.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/net/wireless/ath/ath9k/ahb.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c
index d2a97e74f451..1ffec827ed87 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 <linux/mod_devicetable.h>
+#include <linux/module.h>
 #include <linux/nl80211.h>
 #include <linux/platform_device.h>
-#include <linux/module.h>
-#include <linux/mod_devicetable.h>
+
 #include "ath9k.h"
 
 static const struct platform_device_id ath9k_platform_id_table[] = {
-- 
2.49.0
Re: [PATCHv4 2/5] wifi: ath9k: ahb: reorder includes
Posted by Krzysztof Kozlowski 6 months, 3 weeks ago
On 25/05/2025 23:42, Rosen Penev wrote:
> Alphabetic includes are easier to look at and to make further changes to
> them.
> 
> Signed-off-by: Rosen Penev <rosenp@gmail.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof