Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

drm

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Florian Fainelli authored and David S. Miller committed
    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: ec9436ba ("net: dsa: allow drivers to do link adjustment")
    Fixes: ce31b31c ("net: dsa: allow updating fixed PHY link information")
    Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a2820543
    History
    Name Last commit Last update
    ..