Commit 176c9b39 authored by Joe Perches's avatar Joe Perches Committed by Steve French

cifs: Remove unused cEVENT macro

It uses an undefined KERN_EVENT and is itself unused.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Reviewed-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent 6ee9542a
......@@ -63,12 +63,6 @@ do { \
/* debug event message: */
extern int cifsERROR;
#define cEVENT(fmt, arg...) \
do { \
if (cifsERROR) \
printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg); \
} while (0)
/* error event message: e.g., i/o error */
#define cifserror(fmt, arg...) \
do { \
......@@ -88,7 +82,6 @@ do { \
*/
#else /* _CIFS_DEBUG */
#define cERROR(set, fmt, arg...)
#define cEVENT(fmt, arg...)
#define cFYI(set, fmt, arg...)
#define cifserror(fmt, arg...)
#endif /* _CIFS_DEBUG */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment