Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: hns: sort the header file by alphabetical order

This patch tunes the header file by the alphabetical order.

Signed-off-by: Daode Huang <huangdaode@hisilicon.com>
Signed-off-by: Yisen Zhuang <yisen.zhuang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Daode Huang and committed by
David S. Miller
2e2591b1 86897c96

+15 -15
+6 -6
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c
··· 7 7 * (at your option) any later version. 8 8 */ 9 9 10 - #include <linux/module.h> 11 - #include <linux/kernel.h> 12 10 #include <linux/init.h> 13 - #include <linux/netdevice.h> 14 - #include <linux/phy_fixed.h> 15 11 #include <linux/interrupt.h> 16 - #include <linux/platform_device.h> 12 + #include <linux/kernel.h> 13 + #include <linux/module.h> 14 + #include <linux/netdevice.h> 17 15 #include <linux/of.h> 18 16 #include <linux/of_address.h> 17 + #include <linux/phy_fixed.h> 18 + #include <linux/platform_device.h> 19 19 20 - #include "hns_dsaf_misc.h" 21 20 #include "hns_dsaf_main.h" 21 + #include "hns_dsaf_misc.h" 22 22 #include "hns_dsaf_rcb.h" 23 23 24 24 #define MAC_EN_FLAG_V 0xada0328
+7 -7
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
··· 7 7 * (at your option) any later version. 8 8 */ 9 9 10 - #include <linux/module.h> 11 - #include <linux/kernel.h> 10 + #include <linux/device.h> 12 11 #include <linux/init.h> 13 12 #include <linux/interrupt.h> 13 + #include <linux/kernel.h> 14 + #include <linux/module.h> 14 15 #include <linux/netdevice.h> 15 - #include <linux/platform_device.h> 16 16 #include <linux/of.h> 17 17 #include <linux/of_address.h> 18 18 #include <linux/of_irq.h> 19 - #include <linux/device.h> 19 + #include <linux/platform_device.h> 20 20 #include <linux/vmalloc.h> 21 21 22 - #include "hns_dsaf_main.h" 23 - #include "hns_dsaf_rcb.h" 24 - #include "hns_dsaf_ppe.h" 25 22 #include "hns_dsaf_mac.h" 23 + #include "hns_dsaf_main.h" 24 + #include "hns_dsaf_ppe.h" 25 + #include "hns_dsaf_rcb.h" 26 26 27 27 const char *g_dsaf_mode_match[DSAF_MODE_MAX] = { 28 28 [DSAF_MODE_DISABLE_2PORT_64VM] = "2port-64vf",
+2 -2
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
··· 7 7 * (at your option) any later version. 8 8 */ 9 9 10 - #include "hns_dsaf_misc.h" 11 10 #include "hns_dsaf_mac.h" 12 - #include "hns_dsaf_reg.h" 11 + #include "hns_dsaf_misc.h" 13 12 #include "hns_dsaf_ppe.h" 13 + #include "hns_dsaf_reg.h" 14 14 15 15 void hns_cpld_set_led(struct hns_mac_cb *mac_cb, int link_status, 16 16 u16 speed, int data)