tipc: Remove obsolete native API files and exports

As part of the removal of TIPC's native API support it is no longer
necessary for TIPC to export symbols for routines that can be called
by kernel-based applications, nor for it to have header files that
kernel-based applications can include to access the declarations for
those routines. This commit eliminates the exporting of symbols by
TIPC and migrates the contents of each obsolete native API include
file into its corresponding non-native API equivalent.

The code which was migrated in this commit was migrated intact, in
that there are no technical changes combined with the relocation.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Allan Stephens
2010-11-30 12:00:53 +00:00
committed by David S. Miller
parent dca9b2404a
commit d265fef6dd
15 changed files with 382 additions and 690 deletions

View File

@@ -43,8 +43,8 @@
#include "addr.h"
#include "name_table.h"
#include "node.h"
#include "user_reg.h"
#include "config.h"
#include "discover.h"
struct subscr_data {
char usr_handle[8];