]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h>
authorAdrian Bunk <bunk@stusta.de>
Tue, 6 Sep 2005 01:07:42 +0000 (18:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 01:07:42 +0000 (18:07 -0700)
commita9ec3bb75a7a97ba2dea01988edd2343c2e6c48b
treeb581aba0bbc8cf07140256e36b208825bd253909
parentd5358230bec26cd6c7a39042764f29d6b7440b72
[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h>

Every file should #include the header files containing the prototypes of
it's global functions.

sctp.h contains the prototypes of sctp_sysctl_{,un}register().

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sysctl.c