diff options
Diffstat (limited to 'kerncompat.h')
-rw-r--r-- | kerncompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kerncompat.h b/kerncompat.h index aed4b556..e4c8ce0c 100644 --- a/kerncompat.h +++ b/kerncompat.h @@ -191,6 +191,7 @@ static inline long IS_ERR(const void *ptr) */ #define printk(fmt, args...) fprintf(stderr, fmt, ##args) #define KERN_CRIT "" +#define KERN_ERR "" /* * kmalloc/kfree |