lkml.org 
[lkml]   [2017]   [Oct]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH review for 4.9 13/50] net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h
    Date
    From: Russell King <rmk+kernel@armlinux.org.uk>

    [ Upstream commit 9303ab2b3402b60f6c39abfdbfa4ce00fce8bee4 ]

    drivers/net/ethernet/marvell/mvneta.c:2694:26: error: storage size of 'status' isn't known
    drivers/net/ethernet/marvell/mvneta.c:2695:26: error: storage size of 'changed' isn't known
    drivers/net/ethernet/marvell/mvneta.c:2695:9: error: variable 'changed' has initializer but incomplete type
    drivers/net/ethernet/marvell/mvneta.c:2709:2: error: implicit declaration of function 'fixed_phy_update_state' [-Werror=implicit-function-declaration]

    Add linux/phy_fixed.h to mvneta.c

    Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
    Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    ---
    drivers/net/ethernet/marvell/mvneta.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
    index 707bc4680b9b..6ea10a9f33e8 100644
    --- a/drivers/net/ethernet/marvell/mvneta.c
    +++ b/drivers/net/ethernet/marvell/mvneta.c
    @@ -28,6 +28,7 @@
    #include <linux/of_mdio.h>
    #include <linux/of_net.h>
    #include <linux/phy.h>
    +#include <linux/phy_fixed.h>
    #include <linux/platform_device.h>
    #include <linux/skbuff.h>
    #include <net/hwbm.h>
    --
    2.11.0
    \
     
     \ /
      Last update: 2017-10-08 00:51    [W:5.596 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site