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>
This commit is contained in:
Родитель
86897c960b
Коммит
2e2591b130
|
@ -7,18 +7,18 @@
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
|
||||||
#include <linux/kernel.h>
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/netdevice.h>
|
|
||||||
#include <linux/phy_fixed.h>
|
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/kernel.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/netdevice.h>
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
|
#include <linux/phy_fixed.h>
|
||||||
|
#include <linux/platform_device.h>
|
||||||
|
|
||||||
#include "hns_dsaf_misc.h"
|
|
||||||
#include "hns_dsaf_main.h"
|
#include "hns_dsaf_main.h"
|
||||||
|
#include "hns_dsaf_misc.h"
|
||||||
#include "hns_dsaf_rcb.h"
|
#include "hns_dsaf_rcb.h"
|
||||||
|
|
||||||
#define MAC_EN_FLAG_V 0xada0328
|
#define MAC_EN_FLAG_V 0xada0328
|
||||||
|
|
|
@ -7,22 +7,22 @@
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/device.h>
|
||||||
#include <linux/kernel.h>
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
|
#include <linux/kernel.h>
|
||||||
|
#include <linux/module.h>
|
||||||
#include <linux/netdevice.h>
|
#include <linux/netdevice.h>
|
||||||
#include <linux/platform_device.h>
|
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
#include <linux/of_irq.h>
|
#include <linux/of_irq.h>
|
||||||
#include <linux/device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/vmalloc.h>
|
#include <linux/vmalloc.h>
|
||||||
|
|
||||||
#include "hns_dsaf_main.h"
|
|
||||||
#include "hns_dsaf_rcb.h"
|
|
||||||
#include "hns_dsaf_ppe.h"
|
|
||||||
#include "hns_dsaf_mac.h"
|
#include "hns_dsaf_mac.h"
|
||||||
|
#include "hns_dsaf_main.h"
|
||||||
|
#include "hns_dsaf_ppe.h"
|
||||||
|
#include "hns_dsaf_rcb.h"
|
||||||
|
|
||||||
const char *g_dsaf_mode_match[DSAF_MODE_MAX] = {
|
const char *g_dsaf_mode_match[DSAF_MODE_MAX] = {
|
||||||
[DSAF_MODE_DISABLE_2PORT_64VM] = "2port-64vf",
|
[DSAF_MODE_DISABLE_2PORT_64VM] = "2port-64vf",
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "hns_dsaf_misc.h"
|
|
||||||
#include "hns_dsaf_mac.h"
|
#include "hns_dsaf_mac.h"
|
||||||
#include "hns_dsaf_reg.h"
|
#include "hns_dsaf_misc.h"
|
||||||
#include "hns_dsaf_ppe.h"
|
#include "hns_dsaf_ppe.h"
|
||||||
|
#include "hns_dsaf_reg.h"
|
||||||
|
|
||||||
void hns_cpld_set_led(struct hns_mac_cb *mac_cb, int link_status,
|
void hns_cpld_set_led(struct hns_mac_cb *mac_cb, int link_status,
|
||||||
u16 speed, int data)
|
u16 speed, int data)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче