Skip to content

Commit

Permalink
tipc: Remove obsolete native API files and exports
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ajstephens authored and davem330 committed Dec 2, 2010
1 parent dca9b24 commit d265fef
Show file tree
Hide file tree
Showing 15 changed files with 382 additions and 690 deletions.
186 changes: 0 additions & 186 deletions include/net/tipc/tipc.h

This file was deleted.

138 changes: 0 additions & 138 deletions include/net/tipc/tipc_bearer.h

This file was deleted.

Loading

0 comments on commit d265fef

Please sign in to comment.