diff options
author | Amir Vadai <amirv@mellanox.com> | 2012-04-04 17:33:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-05 05:08:04 -0400 |
commit | d4a968658ce7417d78638387343b6197839111af (patch) | |
tree | d0e9ef0bc0db7c0d03063a917bb2d84b919040da /net | |
parent | 897d7846b483da58d0b46bf806cf362a71501c56 (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index e5647b4e51c6..634aa824b17e 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = { | |||
230 | TC_PRIO_INTERACTIVE_BULK, | 230 | TC_PRIO_INTERACTIVE_BULK, |
231 | ECN_OR_COST(INTERACTIVE_BULK) | 231 | ECN_OR_COST(INTERACTIVE_BULK) |
232 | }; | 232 | }; |
233 | 233 | EXPORT_SYMBOL(ip_tos2prio); | |
234 | 234 | ||
235 | /* | 235 | /* |
236 | * Route cache. | 236 | * Route cache. |