diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 10:29:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 13:26:56 +0200 |
commit | 5087b54ddc4f3a1007c0984177934c016d884639 (patch) | |
tree | 778bb1f6a7c213a03bbd08743564d4743df9b00b /drivers/net/sfc/mdio_10g.h | |
parent | sfc: Merge sfe4001.c into falcon_boards.c (diff) | |
download | linux-5087b54ddc4f3a1007c0984177934c016d884639.tar.xz linux-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.h | 1 |
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; } |