From: Randy Dunlap Date: Mon, 9 May 2011 17:47:51 +0000 (-0700) Subject: staging/keucr: don't use SUCCESS as macro name X-Git-Tag: v3.0-rc1~336^2~459 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb03d4fc6c9bc4bf509221101639cde1b8330405;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed