All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error
  2015-10-10  9:20 [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error huangdaode
@ 2015-10-10  9:14 ` Jiri Pirko
  2015-10-13  2:46 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Pirko @ 2015-10-10  9:14 UTC (permalink / raw)
  To: huangdaode
  Cc: davem, liguozhu, Yisen.Zhuang, netdev, linuxarm, salil.mehta,
	kenneth-lee-2012, xuwei5, lisheng011, linux-kernel

Sat, Oct 10, 2015 at 11:20:38AM CEST, huangdaode@hisilicon.com wrote:
>This patch fix the building error reported by Jiri Pirko <jiri@resnulli.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@hisilicon.com>
>Signed-off-by: yankejian <yankejian@huawei.com>

Reviewed-by: Jiri Pirko <jiri@mellanox.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error
@ 2015-10-10  9:20 huangdaode
  2015-10-10  9:14 ` Jiri Pirko
  2015-10-13  2:46 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: huangdaode @ 2015-10-10  9:20 UTC (permalink / raw)
  To: davem, jiri
  Cc: liguozhu, Yisen.Zhuang, netdev, linuxarm, salil.mehta,
	huangdaode, kenneth-lee-2012, xuwei5, lisheng011, linux-kernel

This patch fix the building error reported by Jiri Pirko <jiri@resnulli.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@hisilicon.com>
Signed-off-by: yankejian <yankejian@huawei.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error
  2015-10-10  9:20 [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error huangdaode
  2015-10-10  9:14 ` Jiri Pirko
@ 2015-10-13  2:46 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-10-13  2:46 UTC (permalink / raw)
  To: huangdaode
  Cc: jiri, liguozhu, Yisen.Zhuang, netdev, linuxarm, salil.mehta,
	kenneth-lee-2012, xuwei5, lisheng011, linux-kernel

From: huangdaode <huangdaode@hisilicon.com>
Date: Sat, 10 Oct 2015 17:20:38 +0800

> This patch fix the building error reported by Jiri Pirko <jiri@resnulli.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@hisilicon.com>
> Signed-off-by: yankejian <yankejian@huawei.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-13  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-10  9:20 [PATCH net-next] net: hns: fix the unknown phy_nterface_t type error huangdaode
2015-10-10  9:14 ` Jiri Pirko
2015-10-13  2:46 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.