aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorPer Liden <per.liden@nospam.ericsson.com>2006-01-11 06:28:47 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-12 17:06:35 -0500
commitea714ccda5d5858ee677a77cf33dbaf34a0060c3 (patch)
tree4621c81792b6b60b101d3644f4a4fd8c5fd964cb /net/tipc/socket.c
parentb70e4f45a8d8125e4f420c62e71688b8a766689a (diff)
[TIPC] Moved configuration interface into tipc_config.h
Restored the old tipc_config.h to get a cleaner division between the interfaces used by normal TIPC users and TIPC administration utilities. Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r--net/tipc/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 22dcb724e760..688de0bf72d5 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -48,6 +48,7 @@
48#include <net/sock.h> 48#include <net/sock.h>
49 49
50#include <linux/tipc.h> 50#include <linux/tipc.h>
51#include <linux/tipc_config.h>
51#include <net/tipc/tipc_msg.h> 52#include <net/tipc/tipc_msg.h>
52#include <net/tipc/tipc_port.h> 53#include <net/tipc/tipc_port.h>
53 54