mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
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
This commit is contained in:
commit
90494cc567
1 changed files with 2 additions and 0 deletions
|
@ -108,7 +108,9 @@ done:
|
||||||
*/
|
*/
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue