Skip to content

Commit

Permalink
tipc: update log.h re-include protection to reflect new name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker authored and David S. Miller committed Jan 1, 2011
1 parent 0885a30 commit 40cd201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/tipc/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef _TIPC_DBG_H
#define _TIPC_DBG_H
#ifndef _TIPC_LOG_H
#define _TIPC_LOG_H

/**
* struct print_buf - TIPC print buffer structure
Expand Down

0 comments on commit 40cd201

Please sign in to comment.