[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190712.152642.1572187171713415392.davem@davemloft.net>
Date: Fri, 12 Jul 2019 15:26:42 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: efremov@...ux.com
Cc: andrew@...n.ch, f.fainelli@...il.com, hkallweit1@...il.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: phy: make exported variables non-static
From: Denis Efremov <efremov@...ux.com>
Date: Wed, 10 Jul 2019 21:03:24 +0300
> The variables phy_basic_ports_array, phy_fibre_port_array and
> phy_all_ports_features_array are declared static and marked
> EXPORT_SYMBOL_GPL(), which is at best an odd combination.
> Because the variables were decided to be a part of API, this commit
> removes the static attributes and adds the declarations to the header.
>
> Fixes: 3c1bcc8614db ("net: ethernet: Convert phydev advertize and supported from u32 to link mode")
> Signed-off-by: Denis Efremov <efremov@...ux.com>
Applied, thanks.
Powered by blists - more mailing lists