diff options
author | Sridhar Samudrala <sri@us.ibm.com> | 2006-12-21 01:06:09 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-22 20:12:02 +0100 |
commit | a3f7f142f73ed4cb23826bee84afc31d10377e39 (patch) | |
tree | 5670b3338186ebfdc90834621d06b876150acee7 /include | |
parent | [TCP]: Fix ambiguity in the `before' relation. (diff) | |
download | linux-a3f7f142f73ed4cb23826bee84afc31d10377e39.tar.xz linux-a3f7f142f73ed4cb23826bee84afc31d10377e39.zip |
[SCTP]: Don't export include/linux/sctp.h to userspace.
This file contains protocol definitions and there are no SCTP apps
that use this file.
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 68dd42b9bac7..862e483cce8a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -137,7 +137,6 @@ header-y += radeonfb.h header-y += raw.h header-y += resource.h header-y += rose.h -header-y += sctp.h header-y += smbno.h header-y += snmp.h header-y += sockios.h |