提交 2bb69841 编写于 作者: D David S. Miller

net: Move sungem_phy.h under include/linux

Fixes build failures of the spider_net driver because it tries
to use a convoluted path to include this header.
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b3332930
......@@ -59,7 +59,7 @@
#include <asm/pmac_feature.h>
#endif
#include "sungem_phy.h"
#include <linux/sungem_phy.h>
#include "sungem.h"
/* Stripping FCS is causing problems, disabled for now */
......
......@@ -27,7 +27,7 @@
#define VERSION "2.0 B"
#include "./ethernet/sun/sungem_phy.h"
#include <linux/sungem_phy.h>
extern int spider_net_stop(struct net_device *netdev);
extern int spider_net_open(struct net_device *netdev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册