|
@@ -405,7 +405,7 @@ struct rx_ranges {
|
|
u8 *end;
|
|
u8 *end;
|
|
};
|
|
};
|
|
|
|
|
|
-int rx_ranges_cmp(void *priv, struct list_head *a, struct list_head *b)
|
|
|
|
|
|
+static int rx_ranges_cmp(void *priv, struct list_head *a, struct list_head *b)
|
|
{
|
|
{
|
|
struct rx_ranges *rx_a = list_entry(a, struct rx_ranges, list);
|
|
struct rx_ranges *rx_a = list_entry(a, struct rx_ranges, list);
|
|
struct rx_ranges *rx_b = list_entry(b, struct rx_ranges, list);
|
|
struct rx_ranges *rx_b = list_entry(b, struct rx_ranges, list);
|