1
0
Fork 0

net/route: export symbol ip_tos2prio

Need to export this to enable drivers use rt_tos2priority()

Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Amir Vadai 2012-04-04 21:33:28 +00:00 committed by David S. Miller
parent 897d7846b4
commit d4a968658c
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = {
TC_PRIO_INTERACTIVE_BULK,
ECN_OR_COST(INTERACTIVE_BULK)
};
EXPORT_SYMBOL(ip_tos2prio);
/*
* Route cache.