From: Connor Hansen Date: Sun, 5 Jun 2011 10:35:09 +0000 (-0700) Subject: iscsi_ibft: iscsi_ibft_find unused variable i X-Git-Tag: v3.0-rc3~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f20caff0ef6ce87dbb044389d43bfa1093cd3af;p=pandora-kernel.git iscsi_ibft: iscsi_ibft_find unused variable i int i is only needed if CONFIG_ACPI is set so move it within a new ifdef so kernels without ACPI don't allocate space for nothing. Fixes warning too. Signed-off-by: Connor Hansen Signed-off-by: Peter Jones [v2: Fixed warning when CONFIG_ACPI was defined] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed