Commit b16751f7 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

net: microchip: Remove unused inline function is_bits_set



There's no callers in-tree.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9f410c2c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)
{