mpls_iptunnel: add static qualifier to mpls_output
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Wed, 9 Dec 2015 14:56:41 +0000 (06:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Dec 2015 01:17:43 +0000 (20:17 -0500)
commit6e71b29908e9e9bffc03b8e991c9e58a0fa92d9c
treed4ab20fce933329eab02d3d15394d90adc5573c0
parenteb72f74f03125a3a80fb98f41e5aba55cad70c8c
mpls_iptunnel: add static qualifier to mpls_output

This gets rid of the following compile warn:
net/mpls/mpls_iptunnel.c:40:5: warning: no previous prototype for
mpls_output [-Wmissing-prototypes]

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Acked-by: Robert Shearman <rshearma@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/mpls_iptunnel.c
This page took 0.024599 seconds and 5 git commands to generate.