diff options
author | Amir Vadai <amirv@mellanox.com> | 2012-04-04 21:33:28 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-05 05:08:04 -0400 |
commit | d4a968658ce7417d78638387343b6197839111af (patch) | |
tree | d0e9ef0bc0db7c0d03063a917bb2d84b919040da /net/ipv4/route.c | |
parent | 897d7846b483da58d0b46bf806cf362a71501c56 (diff) | |
download | linux-d4a968658ce7417d78638387343b6197839111af.tar.bz2 |
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/ipv4/route.c')
-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] = { TC_PRIO_INTERACTIVE_BULK, ECN_OR_COST(INTERACTIVE_BULK) }; - +EXPORT_SYMBOL(ip_tos2prio); /* * Route cache. |