提交 e9f0cd94 编写于 作者: A Akinobu Mita 提交者: David S. Miller

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: NAkinobu Mita <akinobu.mita@gmail.com>
Cc: Mike Sinkovsky <msink@permonline.ru>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b0456b24
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册