Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bb69841 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b3332930
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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);