From: Florian Fainelli Date: Fri, 17 Oct 2014 23:02:13 +0000 (-0700) Subject: net: dsa: add includes for ethtool and phy_fixed definitions X-Git-Tag: fixes-against-v3.18-rc2~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28205437b41a2c1333c1599ce1e8f09af7b00d6;p=pandora-kernel.git net: dsa: add includes for ethtool and phy_fixed definitions net/dsa/slave.c uses functions and structures declared in phy_fixed.h but does not explicitely include it, while dsa.h needs structure declarations for 'struct ethtool_wolinfo' and 'struct ethtool_eee', fix those by including the correct header files. Fixes: ec9436baedb6 ("net: dsa: allow drivers to do link adjustment") Fixes: ce31b31c68e7 ("net: dsa: allow updating fixed PHY link information") Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed