diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-08-16 00:02:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-16 00:02:55 -0400 |
commit | ef37d38a1fe78ba627b8178af02df31e59b18896 (patch) | |
tree | 6cbc81470262a8292081540c4171c09673cab429 /drivers/net/ethernet/sun | |
parent | 2bb698412d8aab0bfc3f269f5ebe8eb67d7cc8f4 (diff) |
sungem: sungem_phy.h moved
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sun')
-rw-r--r-- | drivers/net/ethernet/sun/sungem_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sun/sungem_phy.c b/drivers/net/ethernet/sun/sungem_phy.c index d16880d7099b..db99c229aa91 100644 --- a/drivers/net/ethernet/sun/sungem_phy.c +++ b/drivers/net/ethernet/sun/sungem_phy.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <asm/prom.h> | 33 | #include <asm/prom.h> |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #include "sungem_phy.h" | 36 | #include <linux/sungem_phy.h> |
37 | 37 | ||
38 | /* Link modes of the BCM5400 PHY */ | 38 | /* Link modes of the BCM5400 PHY */ |
39 | static const int phy_BCM5400_link_table[8][3] = { | 39 | static const int phy_BCM5400_link_table[8][3] = { |