mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 17:14:14 +08:00
net: microchip: Remove unused inline function is_bits_set
There's no callers in-tree. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9f410c2cb7
commit
b16751f7ad
@ -17,11 +17,6 @@
|
||||
|
||||
#include "encx24j600_hw.h"
|
||||
|
||||
static inline bool is_bits_set(int value, int mask)
|
||||
{
|
||||
return (value & mask) == mask;
|
||||
}
|
||||
|
||||
static int encx24j600_switch_bank(struct encx24j600_context *ctx,
|
||||
int bank)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user