[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201005111358.49290.konrad@darnok.org>
Date: Tue, 11 May 2010 13:58:48 -0400
From: Konrad Rzeszutek Wilk <konrad@...nok.org>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Konrad Rzeszutek Wilk <konrad@...nel.org>,
"Linux-Kernel" <linux-kernel@...r.kernel.org>,
Peter Jones <pjones@...hat.com>, linux-next@...r.kernel.org
Subject: Re: linux-next: April 27 (iscsi_ibft)
> > It is all b/c we now use the 'struct acpi_table_ibft *ibft_addr' which
> > is gone when !CONFIG_ACPI.
> >
> > Peter, if we did in an #ifdef !CONFIG_ACPI in iscsi_ibft.h and included
> > a copy of the old ibft_struct that should work.
> >
> > Or we make the code dependent on CONFIG_ACPI (in the Kconfig
> > file).
> >
> > Peter, Randy: Which option do you think makes more sense?
>
> I think that you and Peter know more about that than I do.
> I'd go for the Kconfig dependency.
Found a way that makes this go away. This is by including #include
<linux/iscsi_ibft.h> in the module and it fixed the problem.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists