Skip to content

Commit

Permalink
net/route: export symbol ip_tos2prio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amir Vadai authored and David S. Miller committed Apr 5, 2012
1 parent 897d784 commit d4a9686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = {
TC_PRIO_INTERACTIVE_BULK,
ECN_OR_COST(INTERACTIVE_BULK)
};

EXPORT_SYMBOL(ip_tos2prio);

/*
* Route cache.
Expand Down

0 comments on commit d4a9686

Please sign in to comment.