summaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/smcommon.h
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-05-09 10:47:51 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-10 11:25:06 -0700
commitfb03d4fc6c9bc4bf509221101639cde1b8330405 (patch)
tree66f0def391cd544056478558aa187a381e1722e2 /drivers/staging/keucr/smcommon.h
parent7fb71adc357885c9ea9971efec3bb2a527b54364 (diff)
downloadop-kernel-dev-fb03d4fc6c9bc4bf509221101639cde1b8330405.zip
op-kernel-dev-fb03d4fc6c9bc4bf509221101639cde1b8330405.tar.gz
staging/keucr: don't use SUCCESS as macro name
Don't use "SUCCESS" as a macro name. This collides with SCSI's macro of the same name, but with a different value: drivers/staging/keucr/smcommon.h:9:9: warning: preprocessor token SUCCESS redefined include/scsi/scsi.h:463:9: this was the original definition Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/keucr/smcommon.h')
-rw-r--r--drivers/staging/keucr/smcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/keucr/smcommon.h b/drivers/staging/keucr/smcommon.h
index 00064ca..278bdb8 100644
--- a/drivers/staging/keucr/smcommon.h
+++ b/drivers/staging/keucr/smcommon.h
@@ -6,7 +6,7 @@
/***************************************************************************
Define Difinetion
***************************************************************************/
-#define SUCCESS 0x0000 /* SUCCESS */
+#define SMSUCCESS 0x0000 /* SUCCESS */
#define ERROR 0xFFFF /* ERROR */
#define CORRECT 0x0001 /* CORRECTABLE */
OpenPOWER on IntegriCloud