From: Ben Hutchings Date: Wed, 29 Feb 2012 14:23:27 +0000 (+0000) Subject: mdio: Export mdio.h to userland X-Git-Tag: v3.4-rc1~177^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c717758c9289331e22c88ef69d8c248def9cd29;p=pandora-kernel.git mdio: Export mdio.h to userland The ID packing definitions are needed by userland and the register definitions may also be useful there. Do not export mdio_phy_id_{is_c45,prtad,devad}() as the use of bool is problematic and it's not that useful to export only a subset of these. Do not export MDIO_SUPPORTS_{C22,C45} directly; these flags are only exposed to userland through struct ethtool_cmd so they should be defined alongside that with appropriate names. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed