Commit 40cd201e authored by Paul Gortmaker's avatar Paul Gortmaker Committed by David S. Miller
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0885a30b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -34,8 +34,8 @@
 * POSSIBILITY OF SUCH DAMAGE.
 * POSSIBILITY OF SUCH DAMAGE.
 */
 */


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


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