[SCTP]: Fix build warnings with IPV6 disabled.
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Mar 2008 22:40:47 +0000 (15:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Mar 2008 22:40:47 +0000 (15:40 -0700)
commit1233823b0847190976d69a86d7bb1287992ba2c7
treeaa7f15a023297b543ffd8007de778d2f737bbc17
parent12b101555f4a67db67a66966a516075bd477741f
[SCTP]: Fix build warnings with IPV6 disabled.

Introduced by 270637abff0cdf848b910b9f96ad342e1da61c66
("[SCTP]: Fix a race between module load and protosw access")

Reported by Gabriel C:

In file included from net/sctp/sm_statetable.c:50:
include/net/sctp/sctp.h: In function 'sctp_v6_pf_init':
include/net/sctp/sctp.h:392: warning: 'return' with a value, in function returning void
In file included from net/sctp/sm_statefuns.c:62:
include/net/sctp/sctp.h: In function 'sctp_v6_pf_init':
include/net/sctp/sctp.h:392: warning: 'return' with a value, in function returning void
 ...

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h