All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Beregalov" <a.beregalov@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>,
	jbarnes@virtuousgeek.org, ak@linux.intel.com, lenb@kernel.org,
	linux-acpi@vger.kernel.org, linux-next@vger.kernel.org
Subject: next-0708: build failure at drivers/pci/pci-acpi.c
Date: Tue, 8 Jul 2008 16:18:02 +0400	[thread overview]
Message-ID: <a4423d670807080518g31402f60j2f624a2ac2db03aa@mail.gmail.com> (raw)

Hi Rafael

drivers/pci/pci-acpi.c: In function 'acpi_pci_sleep_wake':
drivers/pci/pci-acpi.c:311: error: implicit declaration of function
'acpi_pm_device_sleep_wake'

drivers/pci/pci-acpi.c:
309-static int acpi_pci_sleep_wake(struct pci_dev *dev, bool enable)
310-{
311:    int error = acpi_pm_device_sleep_wake(&dev->dev, enable);


include/acpi/acpi_bus.h:
381-#ifdef CONFIG_PM_SLEEP
382-int acpi_pm_device_sleep_state(struct device *, int *);
383:int acpi_pm_device_sleep_wake(struct device *, bool);
384-#else /* !CONFIG_PM_SLEEP */
385-static inline int acpi_pm_device_sleep_state(struct device *d, int *p)
386-{
387-    if (p)
388-            *p = ACPI_STATE_D0;
389-    return ACPI_STATE_D3;
390-}
391-#endif /* !CONFIG_PM_SLEEP */

WARNING: multiple messages have this Message-ID (diff)
From: "Alexander Beregalov" <a.beregalov@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>,
	jbarnes@virtuousgeek.org, ak@linux.intel.com, lenb@kernel.org,
	linux-acpi@vger.kernel.org, linux-next@vger.kernel.org,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: next-0708: build failure at drivers/pci/pci-acpi.c
Date: Tue, 8 Jul 2008 16:18:02 +0400	[thread overview]
Message-ID: <a4423d670807080518g31402f60j2f624a2ac2db03aa@mail.gmail.com> (raw)

Hi Rafael

drivers/pci/pci-acpi.c: In function 'acpi_pci_sleep_wake':
drivers/pci/pci-acpi.c:311: error: implicit declaration of function
'acpi_pm_device_sleep_wake'

drivers/pci/pci-acpi.c:
309-static int acpi_pci_sleep_wake(struct pci_dev *dev, bool enable)
310-{
311:    int error = acpi_pm_device_sleep_wake(&dev->dev, enable);


include/acpi/acpi_bus.h:
381-#ifdef CONFIG_PM_SLEEP
382-int acpi_pm_device_sleep_state(struct device *, int *);
383:int acpi_pm_device_sleep_wake(struct device *, bool);
384-#else /* !CONFIG_PM_SLEEP */
385-static inline int acpi_pm_device_sleep_state(struct device *d, int *p)
386-{
387-    if (p)
388-            *p = ACPI_STATE_D0;
389-    return ACPI_STATE_D3;
390-}
391-#endif /* !CONFIG_PM_SLEEP */

             reply	other threads:[~2008-07-08 12:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-08 12:18 Alexander Beregalov [this message]
2008-07-08 12:18 ` next-0708: build failure at drivers/pci/pci-acpi.c Alexander Beregalov
2008-07-08 15:12 ` Rafael J. Wysocki
2008-07-08 16:29   ` Alexander Beregalov
2008-07-08 16:58     ` Rafael J. Wysocki
2008-07-08 17:40       ` Jesse Barnes
2008-07-08 17:40       ` Jesse Barnes
2008-07-08 20:29         ` Rafael J. Wysocki
2008-07-08 20:29         ` Rafael J. Wysocki
2008-07-09 23:21           ` Jesse Barnes
2008-07-09 23:21           ` Jesse Barnes
2008-07-10  0:16             ` Rafael J. Wysocki
2008-07-10  0:16             ` Rafael J. Wysocki
2008-07-14 21:30               ` Jesse Barnes
2008-07-14 21:30               ` Jesse Barnes
2008-07-08 16:58     ` Rafael J. Wysocki
2008-07-08 16:29   ` Alexander Beregalov
2008-07-08 15:12 ` Rafael J. Wysocki

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=a4423d670807080518g31402f60j2f624a2ac2db03aa@mail.gmail.com \
    --to=a.beregalov@gmail.com \
    --cc=ak@linux.intel.com \
    --cc=jbarnes@virtuousgeek.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /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.