[PATCH] mtd-utils: punt duplicate normsg_cont define

Mike Frysinger vapier at gentoo.org
Thu Sep 23 21:52:38 EDT 2010


Looks like someone copied & pasted it twice by accident.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/common.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/common.h b/include/common.h
index f2b7b6b..e87b215 100644
--- a/include/common.h
+++ b/include/common.h
@@ -47,9 +47,6 @@ extern "C" {
 #define normsg(fmt, ...) do {                              \
 	printf(PROGRAM_NAME ": " fmt "\n", ##__VA_ARGS__); \
 } while(0)
-#define normsg_cont(fmt, ...) do {                    \
-	printf(PROGRAM_NAME ": " fmt, ##__VA_ARGS__); \
-} while(0)
 #define normsg_cont(fmt, ...) do {                         \
 	printf(PROGRAM_NAME ": " fmt, ##__VA_ARGS__);      \
 } while(0)
-- 
1.7.3




More information about the linux-mtd mailing list