Commit 34d87572 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[IRDA]: Remove an unused function in net/irda/qos.c

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f01fcf6b
...@@ -211,17 +211,6 @@ static int msb_index (__u16 word) ...@@ -211,17 +211,6 @@ static int msb_index (__u16 word)
return index; return index;
} }
static inline __u32 byte_value(__u8 byte, __u32 *array)
{
int index;
ASSERT(array != NULL, return -1;);
index = msb_index(byte);
return index_value(index, array);
}
/* /*
* Function value_lower_bits (value, array) * Function value_lower_bits (value, array)
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment