linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: Remove acpi_pci_bind_root() definition
@ 2013-03-08 19:17 Toshi Kani
  2013-03-26 13:22 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Toshi Kani @ 2013-03-08 19:17 UTC (permalink / raw)
  To: rjw; +Cc: linux-acpi, linux-kernel, Toshi Kani

Noticed that acpi_pci_bind_root(), which has been deleted,
is left defined in acpi_driver.h.  So delete this definition
from the header as well.

Signed-off-by: Toshi Kani <toshi.kani@hp.com>
---
 include/acpi/acpi_drivers.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
index 627749a..e6168a2 100644
--- a/include/acpi/acpi_drivers.h
+++ b/include/acpi/acpi_drivers.h
@@ -95,7 +95,6 @@ int acpi_pci_link_free_irq(acpi_handle handle);
 struct pci_bus;
 
 struct pci_dev *acpi_get_pci_dev(acpi_handle);
-int acpi_pci_bind_root(struct acpi_device *device);
 
 /* Arch-defined function to add a bus to the system */
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ACPI: Remove acpi_pci_bind_root() definition
  2013-03-08 19:17 [PATCH] ACPI: Remove acpi_pci_bind_root() definition Toshi Kani
@ 2013-03-26 13:22 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2013-03-26 13:22 UTC (permalink / raw)
  To: Toshi Kani; +Cc: linux-acpi, linux-kernel

On Friday, March 08, 2013 12:17:10 PM Toshi Kani wrote:
> Noticed that acpi_pci_bind_root(), which has been deleted,
> is left defined in acpi_driver.h.  So delete this definition
> from the header as well.
> 
> Signed-off-by: Toshi Kani <toshi.kani@hp.com>

Applied to linux-pm.git/linux-next.

Thanks,
Rafael


> ---
>  include/acpi/acpi_drivers.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
> index 627749a..e6168a2 100644
> --- a/include/acpi/acpi_drivers.h
> +++ b/include/acpi/acpi_drivers.h
> @@ -95,7 +95,6 @@ int acpi_pci_link_free_irq(acpi_handle handle);
>  struct pci_bus;
>  
>  struct pci_dev *acpi_get_pci_dev(acpi_handle);
> -int acpi_pci_bind_root(struct acpi_device *device);
>  
>  /* Arch-defined function to add a bus to the system */
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-26 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-08 19:17 [PATCH] ACPI: Remove acpi_pci_bind_root() definition Toshi Kani
2013-03-26 13:22 ` Rafael J. Wysocki

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).