Commit 8d2f9e81 authored by Vlad Yasevich's avatar Vlad Yasevich Committed by David S. Miller

sctp: Clean up TEST_FRAME hacks.

Remove 2 TEST_FRAME hacks that are no longer needed.  These allowed
sctp regression tests to compile before, but are no longer needed.
Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09a3b1f8
...@@ -62,13 +62,6 @@ ...@@ -62,13 +62,6 @@
* and will continue to evolve. * and will continue to evolve.
*/ */
#ifdef TEST_FRAME
#undef CONFIG_SCTP_DBG_OBJCNT
#undef CONFIG_SYSCTL
#endif /* TEST_FRAME */
#include <linux/types.h> #include <linux/types.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/in.h> #include <linux/in.h>
......
...@@ -49,13 +49,10 @@ ...@@ -49,13 +49,10 @@
#include <linux/ipv6.h> #include <linux/ipv6.h>
#include <linux/init.h> #include <linux/init.h>
#include <net/inet_ecn.h> #include <net/inet_ecn.h>
#include <net/ip.h>
#include <net/icmp.h> #include <net/icmp.h>
#include <net/net_namespace.h> #include <net/net_namespace.h>
#ifndef TEST_FRAME
#include <net/tcp.h>
#endif /* TEST_FRAME (not defined) */
#include <linux/socket.h> /* for sa_family_t */ #include <linux/socket.h> /* for sa_family_t */
#include <net/sock.h> #include <net/sock.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment