[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1444468838-59313-1-git-send-email-huangdaode@hisilicon.com>
Date: Sat, 10 Oct 2015 17:20:38 +0800
From: huangdaode <huangdaode@...ilicon.com>
To: <davem@...emloft.net>, <jiri@...nulli.us>
CC: <liguozhu@...ilicon.com>, <Yisen.Zhuang@...wei.com>,
<netdev@...r.kernel.org>, <linuxarm@...wei.com>,
<salil.mehta@...wei.com>, <huangdaode@...ilicon.com>,
<kenneth-lee-2012@...mail.com>, <xuwei5@...ilicon.com>,
<lisheng011@...wei.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error
This patch fix the building error reported by Jiri Pirko <jiri@...nulli.us>
drivers/net/ethernet/hisilicon/hns/hnae.h:465:2: error: unknown type
name 'phy_interface_t'
phy_interface_t phy_if;
^
the full build log is on https://lists.01.org/pipermail/kbuild-all.
Signed-off-by: huangdaode <huangdaode@...ilicon.com>
Signed-off-by: yankejian <yankejian@...wei.com>
---
drivers/net/ethernet/hisilicon/hns/hnae.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/hisilicon/hns/hnae.h b/drivers/net/ethernet/hisilicon/hns/hnae.h
index 5edd8cd..d4a1eb1 100644
--- a/drivers/net/ethernet/hisilicon/hns/hnae.h
+++ b/drivers/net/ethernet/hisilicon/hns/hnae.h
@@ -32,6 +32,7 @@
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/notifier.h>
+#include <linux/phy.h>
#include <linux/types.h>
#define HNAE_DRIVER_VERSION "1.3.0"
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists