dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Gortmaker 2011-01-01 14:56:18 -08:00 committed by David S. Miller
parent 0885a30b69
commit 40cd201e37
1 changed files with 2 additions and 2 deletions

View File

@ -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