All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: Support <Support@btfh.net>
Cc: linux-kernel@vger.kernel.org,
	Andrew Grover <andrew.grover@intel.com>,
	"Diefenbaugh, Paul S" <paul.s.diefenbaugh@intel.com>
Subject: Re: possible bug in the acpi_bus.h file in kernel 2.4.25
Date: 12 Apr 2004 18:08:53 -0400	[thread overview]
Message-ID: <1081807733.2251.14.camel@dhcppc4> (raw)
In-Reply-To: <A6974D8E5F98D511BB910002A50A6647615F7911@hdsmsx402.hd.intel.com>

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


       reply	other threads:[~2004-04-12 22:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <A6974D8E5F98D511BB910002A50A6647615F7911@hdsmsx402.hd.intel.com>
2004-04-12 22:08 ` Len Brown [this message]
2004-04-05  8:52 possible bug in the acpi_bus.h file in kernel 2.4.25 Support

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1081807733.2251.14.camel@dhcppc4 \
    --to=len.brown@intel.com \
    --cc=Support@btfh.net \
    --cc=andrew.grover@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.s.diefenbaugh@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.