lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 14 May 2016 14:55:47 +0900 From: Akinobu Mita <akinobu.mita@...il.com> To: netdev@...r.kernel.org Cc: Akinobu Mita <akinobu.mita@...il.com>, Mike Sinkovsky <msink@...monline.ru>, "David S . Miller" <davem@...emloft.net> Subject: [PATCH -next v2 1/4] net: w5100: remove unused is_w5200() The is_w5200() function is not used anymore by the commit which adds the W5500 support. Signed-off-by: Akinobu Mita <akinobu.mita@...il.com> Cc: Mike Sinkovsky <msink@...monline.ru> Cc: David S. Miller <davem@...emloft.net> --- * No changes from v1 drivers/net/ethernet/wiznet/w5100.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/net/ethernet/wiznet/w5100.c b/drivers/net/ethernet/wiznet/w5100.c index 8ed0c77..56ceed9 100644 --- a/drivers/net/ethernet/wiznet/w5100.c +++ b/drivers/net/ethernet/wiznet/w5100.c @@ -173,11 +173,6 @@ struct w5100_priv { struct work_struct restart_work; }; -static inline bool is_w5200(struct w5100_priv *priv) -{ - return priv->ops->chip_id == W5200; -} - /************************************************************************ * * Lowlevel I/O functions -- 2.7.4
Powered by blists - more mailing lists