mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 08:31:39 +00:00
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: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b333293058
commit
2bb698412d
@ -59,7 +59,7 @@
|
|||||||
#include <asm/pmac_feature.h>
|
#include <asm/pmac_feature.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "sungem_phy.h"
|
#include <linux/sungem_phy.h>
|
||||||
#include "sungem.h"
|
#include "sungem.h"
|
||||||
|
|
||||||
/* Stripping FCS is causing problems, disabled for now */
|
/* Stripping FCS is causing problems, disabled for now */
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#define VERSION "2.0 B"
|
#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_stop(struct net_device *netdev);
|
||||||
extern int spider_net_open(struct net_device *netdev);
|
extern int spider_net_open(struct net_device *netdev);
|
||||||
|
Loading…
Reference in New Issue
Block a user