https://github.com/torvalds/linux
Revision 661f049be17a3894cb438d46ba5af8e3643aac28 authored by Johan Hovold on 30 November 2016, 14:29:54 UTC, committed by David S. Miller on 02 December 2016, 15:42:46 UTC
Fix the OF-helper function header to reflect that the function no longer
has a platform-data parameter.

Fixes: b0003ead75f3 ("stmmac: make stmmac_probe_config_dt return the
platform data struct")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5cc70bb
Raw File
Tip revision: 661f049be17a3894cb438d46ba5af8e3643aac28 authored by Johan Hovold on 30 November 2016, 14:29:54 UTC
net: ethernet: stmmac: platform: fix outdated function header
Tip revision: 661f049
Kconfig
#
# Configuration for NCSI support
#

config NET_NCSI
	bool "NCSI interface support"
	depends on INET
	---help---
	  This module provides NCSI (Network Controller Sideband Interface)
	  support. Enable this only if your system connects to a network
	  device via NCSI and the ethernet driver you're using supports
	  the protocol explicitly.
back to top