From: Benny Halevy <bhalevy@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- efi.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/efi.c b/efi.c index 20efb2b..b653092 100644 --- a/efi.c +++ b/efi.c @@ -98,9 +98,12 @@ #include "efi.h" +#ifndef EFI_DEBUG +#define EFI_DEBUG +#endif #undef EFI_DEBUG #ifdef EFI_DEBUG -#define Dprintk(x...) printk(KERN_DEBUG x) +#define Dprintk(x...) fprintf(stderr, x) #else #define Dprintk(x...) #endif -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html