From: Ben Hutchings Date: Mon, 9 Jan 2012 19:41:48 +0000 (+0000) Subject: sfc: Remove obsolete function efx_dev_name() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b249513e8ba3ca8bc2c87e78eb6e302d5d8abd6f;p=deliverable%2Flinux.git sfc: Remove obsolete function efx_dev_name() Signed-off-by: Ben Hutchings --- diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index a4cf8cb8180c..310c50f06458 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h @@ -791,15 +791,6 @@ static inline int efx_dev_registered(struct efx_nic *efx) return efx->net_dev->reg_state == NETREG_REGISTERED; } -/* Net device name, for inclusion in log messages if it has been registered. - * Use efx->name not efx->net_dev->name so that races with (un)registration - * are harmless. - */ -static inline const char *efx_dev_name(struct efx_nic *efx) -{ - return efx_dev_registered(efx) ? efx->name : ""; -} - static inline unsigned int efx_port_num(struct efx_nic *efx) { return efx->net_dev->dev_id;