From: Jeff Garzik Date: Sun, 27 May 2007 12:52:12 +0000 (-0400) Subject: [SCSI] fdomain: fix PCMCIA-related warnings X-Git-Tag: v2.6.23-rc1~1053^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cad75a61d802c5f4f4299103b8f95aeb3ee9876;p=pandora-kernel.git [SCSI] fdomain: fix PCMCIA-related warnings fdomain is one of those drivers that is compiled twice, once for PCMCIA and once for non-PCMCIA. The resultant two-driver setup leaves a bit of dead code and data in the non-PCMCIA case, which gcc complains about. Shuffle ifdefs a bit to eliminate the conditionally-dead code, and the compiler warnings. Signed-off-by: Jeff Garzik Signed-off-by: James Bottomley --- Reading git-diff-tree failed