* possible bug in the acpi_bus.h file in kernel 2.4.25
@ 2004-04-05 8:52 Support
0 siblings, 0 replies; 2+ messages in thread
From: Support @ 2004-04-05 8:52 UTC (permalink / raw)
To: linux-kernel; +Cc: andrew.grover, paul.s.diefenbaugh
in the acpi_bus.h file, there is a reference to device.h, however no such
file exists in the 2.4.25 source code and causes a compile error when
including acpi in the compile.
the line is as follows
#include <linux/device.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: possible bug in the acpi_bus.h file in kernel 2.4.25
[not found] <A6974D8E5F98D511BB910002A50A6647615F7911@hdsmsx402.hd.intel.com>
@ 2004-04-12 22:08 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2004-04-12 22:08 UTC (permalink / raw)
To: Support; +Cc: linux-kernel, Andrew Grover, Diefenbaugh, Paul S
On Mon, 2004-04-05 at 04:52, Support wrote:
> in the acpi_bus.h file, there is a reference to device.h, however no
> such
> file exists in the 2.4.25 source code and causes a compile error when
> including acpi in the compile.
>
> the line is as follows
>
>
> #include <linux/device.h>
works for me.
Is your acpi_bus.h missing the following line immediately
before the include?
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,4))
-Len
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-12 22:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <A6974D8E5F98D511BB910002A50A6647615F7911@hdsmsx402.hd.intel.com>
2004-04-12 22:08 ` possible bug in the acpi_bus.h file in kernel 2.4.25 Len Brown
2004-04-05 8:52 Support
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox