tipc: Remove obsolete native API files and exports
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 30 Nov 2010 12:00:53 +0000 (12:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2010 21:34:01 +0000 (13:34 -0800)
commitd265fef6ddf9042195aae551e1fde211c2a1588b
treeb9c45caac6e191f6c68df3cc215831ee7e8f1e21
parentdca9b2404a6d6579828da2425c051462701efd3f
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>
15 files changed:
include/net/tipc/tipc.h [deleted file]
include/net/tipc/tipc_bearer.h [deleted file]
include/net/tipc/tipc_msg.h [deleted file]
include/net/tipc/tipc_port.h [deleted file]
net/tipc/bcast.c
net/tipc/bearer.h
net/tipc/config.c
net/tipc/core.c
net/tipc/core.h
net/tipc/eth_media.c
net/tipc/msg.h
net/tipc/port.h
net/tipc/socket.c
net/tipc/subscr.c
net/tipc/user_reg.h