summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-10-31 14:02:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-10-31 14:02:25 +0100
commitc3fc1364d9ed508a59bc2127c04d7239e30d148a (patch)
tree44b43ff8a77ae69ff4ec98e3216de54d79dec6c8 /include/linux
parentdff84a542281c46076a0c8c5f589b1df4777ade8 (diff)
downloadbarebox-c3fc1364d9ed508a59bc2127c04d7239e30d148a.tar.gz
barebox-c3fc1364d9ed508a59bc2127c04d7239e30d148a.tar.xz
Introduce dev_* and pr_* functions
Proven to be useful in linux kernel, U-Boot should have such a thing aswell. We do not distinguish between the various print levels others than debug and not debug. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/uboot-wrapper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/uboot-wrapper.h b/include/linux/uboot-wrapper.h
index 52aaa040ad..9722d513b4 100644
--- a/include/linux/uboot-wrapper.h
+++ b/include/linux/uboot-wrapper.h
@@ -19,7 +19,6 @@
#define KERN_DEBUG "" /* debug-level messages */
#define printk printf
-#define dev_dbg(x...)
#define __init
@@ -27,6 +26,4 @@
#define MODULE_DESCRIPTION(x)
#define MODULE_LICENSE(x)
-#define pr_info printf
-
#endif /* __INCLUDE_LINUX_U_BOOT_WRAPPER_H */