lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 May 2024 11:57:50 +0100
From: Jonathan Cameron <Jonathan.Cameron@...wei.com>
To: <linux@...blig.org>
CC: <bhelgaas@...gle.com>, <rafael@...nel.org>, <linux-pci@...r.kernel.org>,
	<linux-acpi@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ACPI: PCI: Remove unused struct 'acpi_handle_node'

On Thu,  9 May 2024 01:08:58 +0100
linux@...blig.org wrote:

> From: "Dr. David Alan Gilbert" <linux@...blig.org>
> 
> 'acpi_handle_node' is unused since
> Commit 63f534b8bad9 ("ACPI: PCI: Rework acpi_get_pci_dev()")
> Remove it.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>

FWIW, indeed unused.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@...wei.com>
> ---
>  drivers/acpi/pci_root.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c
> index 58b89b8d950ed..59e6955e24edb 100644
> --- a/drivers/acpi/pci_root.c
> +++ b/drivers/acpi/pci_root.c
> @@ -293,11 +293,6 @@ struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle)
>  }
>  EXPORT_SYMBOL_GPL(acpi_pci_find_root);
>  
> -struct acpi_handle_node {
> -	struct list_head node;
> -	acpi_handle handle;
> -};
> -
>  /**
>   * acpi_get_pci_dev - convert ACPI CA handle to struct pci_dev
>   * @handle: the handle in question


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ