diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 13:59:24 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 16:57:51 -0500 |
commit | f5e75269f59f7c3816f23314b924895e4ecf8409 (patch) | |
tree | 1a54ae8f9f2f5682f6f0c997bbb2f2e5e4283ef2 /net/tipc/core.h | |
parent | 5af5479296fba0ace5d5cab84045de5b19bde3fe (diff) |
tipc: rename dbg.[ch] to log.[ch]
As the first step in removing obsolete debugging code from TIPC the
files that implement TIPC's non-debug-related log buffer subsystem
are renamed to better reflect their true nature.
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>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index c44f955bd54a..17f3670ed95d 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -59,7 +59,7 @@ | |||
59 | #define TIPC_MOD_VER "2.0.0" | 59 | #define TIPC_MOD_VER "2.0.0" |
60 | 60 | ||
61 | struct tipc_msg; /* msg.h */ | 61 | struct tipc_msg; /* msg.h */ |
62 | struct print_buf; /* dbg.h */ | 62 | struct print_buf; /* log.h */ |
63 | 63 | ||
64 | /* | 64 | /* |
65 | * TIPC sanity test macros | 65 | * TIPC sanity test macros |