mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scst_debug.h: Remove duplicate pr_warn() definition
A backport of pr_warn() is already present in <scst/scst.h> so remove the pr_warn() definition from <scst/scst_debug.h>. git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@6035 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -67,15 +67,6 @@
|
||||
printk(KERN_CONT fmt, ##__VA_ARGS__)
|
||||
#endif
|
||||
#endif
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33)
|
||||
/*
|
||||
* See also patch "kernel.h: add pr_warn for symmetry to dev_warn,
|
||||
* netdev_warn" (commit fc62f2f19edf46c9bdbd1a54725b56b18c43e94f).
|
||||
*/
|
||||
#ifndef pr_warn
|
||||
#define pr_warn pr_warning
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(INSIDE_KERNEL_TREE)
|
||||
#ifdef CONFIG_SCST_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user