From d4a968658ce7417d78638387343b6197839111af Mon Sep 17 00:00:00 2001 From: Amir Vadai Date: Wed, 4 Apr 2012 21:33:28 +0000 Subject: [PATCH] net/route: export symbol ip_tos2prio Need to export this to enable drivers use rt_tos2priority() Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- net/ipv4/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index e5647b4..634aa82 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. -- 2.7.4