aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/mdio_10g.h
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2009-10-23 08:29:51 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-24 04:26:56 -0700
commit5087b54ddc4f3a1007c0984177934c016d884639 (patch)
tree778bb1f6a7c213a03bbd08743564d4743df9b00b /drivers/net/sfc/mdio_10g.h
parentsfc: Merge sfe4001.c into falcon_boards.c (diff)
downloadlinux-dev-5087b54ddc4f3a1007c0984177934c016d884639.tar.xz
linux-dev-5087b54ddc4f3a1007c0984177934c016d884639.zip
sfc: Remove boards.h, moving last remaining declaration to falcon.h
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/mdio_10g.h')
-rw-r--r--drivers/net/sfc/mdio_10g.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/mdio_10g.h b/drivers/net/sfc/mdio_10g.h
index 6b14421a7444..75b37f101231 100644
--- a/drivers/net/sfc/mdio_10g.h
+++ b/drivers/net/sfc/mdio_10g.h
@@ -17,7 +17,6 @@
*/
#include "efx.h"
-#include "boards.h"
static inline unsigned efx_mdio_id_rev(u32 id) { return id & 0xf; }
static inline unsigned efx_mdio_id_model(u32 id) { return (id >> 4) & 0x3f; }