projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897d784
)
net/route: export symbol ip_tos2prio
author
Amir Vadai
<amirv@mellanox.com>
Wed, 4 Apr 2012 21:33:28 +0000
(21:33 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 5 Apr 2012 09:08:04 +0000
(
05:08
-0400)
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>
net/ipv4/route.c
patch
|
blob
|
history
diff --git
a/net/ipv4/route.c
b/net/ipv4/route.c
index e5647b4e51c65b57cf60310417c1ee9368b8219b..634aa824b17e77abba48492ac4e59f7b5f656ba5 100644
(file)
--- 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.