lkml.org 
[lkml]   [2012]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/4] um: Remove obsolete UM_ prefixed printk() level specifiers
Date
All user parts of UML are using the non-prefixed printk() level specifiers

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
arch/um/include/shared/user.h | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/arch/um/include/shared/user.h b/arch/um/include/shared/user.h
index cef0685..4fa82c0 100644
--- a/arch/um/include/shared/user.h
+++ b/arch/um/include/shared/user.h
@@ -26,17 +26,6 @@
extern void panic(const char *fmt, ...)
__attribute__ ((format (printf, 1, 2)));

-/* Requires preincluding include/linux/kern_levels.h */
-#define UM_KERN_EMERG KERN_EMERG
-#define UM_KERN_ALERT KERN_ALERT
-#define UM_KERN_CRIT KERN_CRIT
-#define UM_KERN_ERR KERN_ERR
-#define UM_KERN_WARNING KERN_WARNING
-#define UM_KERN_NOTICE KERN_NOTICE
-#define UM_KERN_INFO KERN_INFO
-#define UM_KERN_DEBUG KERN_DEBUG
-#define UM_KERN_CONT KERN_CONT
-
#ifdef UML_CONFIG_PRINTK
extern int printk(const char *fmt, ...)
__attribute__ ((format (printf, 1, 2)));
--
1.7.0.4


\
 
 \ /
  Last update: 2012-09-29 19:41    [W:0.048 / U:0.616 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site