On Mon, 2010-08-16 at 17:02 -0700, Karen Xie wrote:
Hi Karen.
The point is to use pr_<level> precisely because it is
defined in kernel.h and they are standard kernel functions
commonly used in the rest of the kernel source.
There's no need to undef it any more than there is to
#undef printk or use a #define printf printk
cheers, Joe
--