From: Jeff Garzik <jeff@garzik.org>
To: akpm@linux-foundation.org, Alan <alan@lxorguk.ukuu.org.uk>
Cc: linux-ide@vger.kernel.org, htejun@gmail.com
Subject: Re: [patch 01/10] pata_acpi: restore driver
Date: Wed, 03 Oct 2007 17:16:01 -0400 [thread overview]
Message-ID: <47040691.7080302@garzik.org> (raw)
In-Reply-To: <200710022052.l92Kqx0w021673@imap1.linux-foundation.org>
akpm@linux-foundation.org wrote:
> --- /dev/null
> +++ a/drivers/ata/pata_acpi.c
> @@ -0,0 +1,403 @@
> +/*
> + * ACPI PATA driver
> + *
> + * (c) 2007 Red Hat <alan@redhat.com>
> + */
> +
> +#include <linux/kernel.h>
> +#include <linux/module.h>
> +#include <linux/pci.h>
> +#include <linux/init.h>
> +#include <linux/blkdev.h>
> +#include <linux/delay.h>
> +#include <linux/device.h>
> +#include <scsi/scsi_host.h>
> +#include <acpi/acpi_bus.h>
> +#include <acpi/acnames.h>
> +#include <acpi/acnamesp.h>
> +#include <acpi/acparser.h>
> +#include <acpi/acexcep.h>
> +#include <acpi/acmacros.h>
> +#include <acpi/actypes.h>
> +
> +#include <linux/libata.h>
> +#include <linux/ata.h>
> +
> +#include "libata-acpi.h"
Just to recap the conversion in IRC, this patch contains two fatal problems:
* libata-acpi.h was not included, thus it doesn't build
* it depends on non-existent symbol CONFIG_SATA_ACPI (should be
CONFIG_ATA_ACPI), which also means it never gets built
So the ball and lyrics are back in Alan's court ;-)
(or should I say submarine back in Alan's coastal waters)
Jeff
prev parent reply other threads:[~2007-10-03 21:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-02 20:52 [patch 01/10] pata_acpi: restore driver akpm
2007-10-03 20:29 ` Jeff Garzik
2007-10-03 20:54 ` Alan Cox
2007-10-03 21:05 ` James Bottomley
2007-10-03 21:16 ` Jeff Garzik [this message]
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=47040691.7080302@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=htejun@gmail.com \
--cc=linux-ide@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).