forked from Minki/linux
Staging: slicoss: remove DBG_MSG
It's not being used for anything, so delete it and all instances of it. Cc: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
47881dd946
commit
e8bc9b7a20
@ -49,14 +49,6 @@
|
||||
#define SLIC_DISPLAY printk
|
||||
#define DBG_ERROR(n, args...) SLIC_DISPLAY(KERN_EMERG n, ##args)
|
||||
|
||||
#define SLIC_DEBUG_MESSAGE 1
|
||||
#if SLIC_DEBUG_MESSAGE
|
||||
/*#define DBG_MSG(n, args...) SLIC_DISPLAY(SLICLEVEL n, ##args)*/
|
||||
#define DBG_MSG(n, args...)
|
||||
#else
|
||||
#define DBG_MSG(n, args...)
|
||||
#endif
|
||||
|
||||
#ifdef ASSERT
|
||||
#undef ASSERT
|
||||
#endif
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user