From: Jeff Mahoney Date: Wed, 13 Apr 2011 01:05:33 +0000 (-0400) Subject: staging: rts_pstor: use #ifdef instead of #if X-Git-Tag: v2.6.39-rc7~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1035117d2a47583f9539c28bf6ce5f677946e172;p=pandora-kernel.git staging: rts_pstor: use #ifdef instead of #if This patch fixes a number of the following warnings: warning: "CONFIG_RTS_PSTOR_DEBUG" is not defined The code uses '#if CONFIG_RTS_PSTOR_DEBUG' when it should be using '#ifdef' Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed