commit | 9dc621afa8d673d4bdaab2d850699cd98a50b14a | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Fri May 19 09:55:54 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 21 13:42:36 2017 -0400 |
tree | 73121e65a34068ef5ee8f8b2c7439a5d4bf08ed7 | |
parent | c718c6d66b249954d38eebe74724229f635fa655 [diff] |
fou: make local function static The build header functions are not used by any other code. net/ipv6/fou6.c:36:5: warning: no previous prototype for ‘fou6_build_header’ [-Wmissing-prototypes] net/ipv6/fou6.c:54:5: warning: no previous prototype for ‘gue6_build_header’ [-Wmissing-prototypes] Need to do some code rearranging to satisfy different Kconfig possiblities. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>