aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/core.c
diff options
context:
space:
mode:
authorRichard Alpe <[email protected]>2015-02-09 08:50:18 +0000
committerDavid S. Miller <[email protected]>2015-02-09 21:20:49 +0000
commit22ae7cff509f3bb22caaa0003f67eeb93d338fed (patch)
tree2d3ee4ec9044797f4520e14c5b34e3605c5ce9fa /net/tipc/core.c
parenttipc: convert legacy nl stats show to nl compat (diff)
downloadkernel-22ae7cff509f3bb22caaa0003f67eeb93d338fed.tar.gz
kernel-22ae7cff509f3bb22caaa0003f67eeb93d338fed.zip
tipc: nl compat add noop and remove legacy nl framework
Add TIPC_CMD_NOOP to compat layer and remove the old framework. All legacy nl commands are now converted to the compat layer in netlink_compat.c. Signed-off-by: Richard Alpe <[email protected]> Reviewed-by: Erik Hugne <[email protected]> Reviewed-by: Ying Xue <[email protected]> Reviewed-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r--net/tipc/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c
index 2d06d1f8b6e6..935205e6bcfe 100644
--- a/net/tipc/core.c
+++ b/net/tipc/core.c
@@ -39,7 +39,8 @@
#include "core.h"
#include "name_table.h"
#include "subscr.h"
-#include "config.h"
+#include "bearer.h"
+#include "net.h"
#include "socket.h"
#include <linux/module.h>