Skip to content

Commit

Permalink
net: Move sungem_phy.h under include/linux
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Aug 15, 2011
1 parent b333293 commit 2bb6984
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sun/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/toshiba/spider_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
File renamed without changes.

0 comments on commit 2bb6984

Please sign in to comment.