From 27c08567bf014b7bf62acdfe38934b2f0ea7bc01 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 4 Apr 2012 19:12:19 -0700 Subject: [PATCH] common: rename "CONFIG" to "COMMON" --- common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.h b/common.h index 79f42eb..19409c8 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,5 @@ -#ifndef __CONFIG_H__ -#define __CONFIG_H__ +#ifndef __COMMON_H__ +#define __COMMON_H__ #include @@ -13,4 +13,4 @@ #define DBG() #endif -#endif /* __CONFIG_H__ */ +#endif /* __COMMON_H__ */ -- 2.34.1