Commit 90494cc5 authored by Linus Torvalds's avatar Linus Torvalds

Merge branch 'stable/broadcom.ibft-bugfixes' of...

Merge branch 'stable/broadcom.ibft-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6

* 'stable/broadcom.ibft-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6:
  iscsi_ibft: iscsi_ibft_find unused variable i
parents 5ebe5500 7f20caff
...@@ -108,7 +108,9 @@ static int __init find_ibft_in_mem(void) ...@@ -108,7 +108,9 @@ static int __init find_ibft_in_mem(void)
*/ */
unsigned long __init find_ibft_region(unsigned long *sizep) unsigned long __init find_ibft_region(unsigned long *sizep)
{ {
#ifdef CONFIG_ACPI
int i; int i;
#endif
ibft_addr = NULL; ibft_addr = NULL;
#ifdef CONFIG_ACPI #ifdef CONFIG_ACPI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment