Make the pr_*() family of macros in kernel.h complete
Other/Some pr_*() macros are already defined in kernel.h, but pr_err() was defined multiple times in several other places Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com> Cc: Jean Delvare <khali@linux-fr.org> Cc: Jeff Garzik <jeff@garzik.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Tony Lindgren <tony@atomide.com> Reviewed-by: Satyam Sharma <satyam@infradead.org> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
76181c134f
commit
1f7c8234c7
@ -494,7 +494,4 @@ struct spider_net_card {
|
||||
struct spider_net_descr darray[0];
|
||||
};
|
||||
|
||||
#define pr_err(fmt,arg...) \
|
||||
printk(KERN_ERR fmt ,##arg)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user