Re: [PATCH net-next] mpls_iptunnel: add static qualifier to mpls_output

2015-12-11 Thread David Miller
From: Roopa Prabhu Date: Wed, 9 Dec 2015 06:56:41 -0800 > From: Roopa Prabhu > > 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 Applied, thank you. -- To un

Re: [PATCH net-next] mpls_iptunnel: add static qualifier to mpls_output

2015-12-09 Thread Robert Shearman
On 09/12/15 14:56, Roopa Prabhu wrote: From: Roopa Prabhu This gets rid of the following compile warn: net/mpls/mpls_iptunnel.c:40:5: warning: no previous prototype for mpls_output [-Wmissing-prototypes] Acked-by: Robert Shearman Signed-off-by: Roopa Prabhu -- To unsubscribe from this l

[PATCH net-next] mpls_iptunnel: add static qualifier to mpls_output

2015-12-09 Thread Roopa Prabhu
From: Roopa Prabhu 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 --- net/mpls/mpls_iptunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/