diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-04-29 10:06:34 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-30 02:32:31 +0200 |
commit | 23c3320cb039debfb94b27e8e9bfe26dd47692c3 (patch) | |
tree | bfb9253e7a6bc4472050db8e9241ad85a99283ab /drivers/net/chelsio/common.h | |
parent | sfc: Use generic MDIO functions and definitions (diff) | |
download | linux-23c3320cb039debfb94b27e8e9bfe26dd47692c3.tar.xz linux-23c3320cb039debfb94b27e8e9bfe26dd47692c3.zip |
chelsio: Use generic MDIO definitions and mdio_mii_ioctl()
Compile-tested only.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r-- | drivers/net/chelsio/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h index 4bd2455b0fe3..699d22c5fe09 100644 --- a/drivers/net/chelsio/common.h +++ b/drivers/net/chelsio/common.h @@ -46,7 +46,7 @@ #include <linux/pci.h> #include <linux/ethtool.h> #include <linux/if_vlan.h> -#include <linux/mii.h> +#include <linux/mdio.h> #include <linux/crc32.h> #include <linux/init.h> #include <asm/io.h> |