diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-01-01 17:56:18 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 17:56:18 -0500 |
commit | 40cd201e37073b3e2281cf2c73fcf5674f22267f (patch) | |
tree | f1a2f6d6ba264bf0f7ac3a8e662345a5f1ecd60b | |
parent | 0885a30b699a2c96d892b61cc48e8ba68fe87bfc (diff) |
tipc: update log.h re-include protection to reflect new name
The tipc/dbg.h file was recently renamed to tipc/log.h,
but the re-include define was not updated accordingly.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/tipc/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/log.h b/net/tipc/log.h index f4343bb9e429..2248d96238e6 100644 --- a/net/tipc/log.h +++ b/net/tipc/log.h | |||
@@ -34,8 +34,8 @@ | |||
34 | * POSSIBILITY OF SUCH DAMAGE. | 34 | * POSSIBILITY OF SUCH DAMAGE. |
35 | */ | 35 | */ |
36 | 36 | ||
37 | #ifndef _TIPC_DBG_H | 37 | #ifndef _TIPC_LOG_H |
38 | #define _TIPC_DBG_H | 38 | #define _TIPC_LOG_H |
39 | 39 | ||
40 | /** | 40 | /** |
41 | * struct print_buf - TIPC print buffer structure | 41 | * struct print_buf - TIPC print buffer structure |