Re: [PATCH net-next] mlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always enabled

2019-04-19 Thread David Miller
From: Ido Schimmel Date: Fri, 19 Apr 2019 13:27:05 + > From: Jiri Pirko > > Since commit f6b19b354d50 ("net: devlink: select NET_DEVLINK > from drivers") adds implicit select of NET_DEVLINK for > mlxsw, the code does not have to deal with the case > when CONFIG_NET_DEVLINK is not enabled. S

[PATCH net-next] mlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always enabled

2019-04-19 Thread Ido Schimmel
From: Jiri Pirko Since commit f6b19b354d50 ("net: devlink: select NET_DEVLINK from drivers") adds implicit select of NET_DEVLINK for mlxsw, the code does not have to deal with the case when CONFIG_NET_DEVLINK is not enabled. So remove the ifcase and adjust Makefile. Signed-off-by: Jiri Pirko Re