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>
This commit is contained in:
Ben Hutchings
2009-10-23 08:29:51 +00:00
committed by David S. Miller
parent c9597d4f89
commit 5087b54ddc
9 changed files with 2 additions and 22 deletions

View File

@@ -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; }