Commit 9cb761fc authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix the build for egcs-1.1.2

egcs-1.1.2 doesn't understand that form of vararg macro
parent e2762197
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#if 0 #if 0
#define DEBUGP printk #define DEBUGP printk
#else #else
#define DEBUGP(fmt , ...) #define DEBUGP(fmt...)
#endif #endif
void *module_alloc(unsigned long size) void *module_alloc(unsigned long size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment