lkml.org 
[lkml]   [2012]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Update][PATCH 2/3] ACPI / driver core: Introduce struct acpi_dev_node and related macros
On Tue, Nov 20, 2012 at 01:59:23AM +0100, Rafael J. Wysocki wrote:
> Index: linux/include/linux/device.h
> ===================================================================
> --- linux.orig/include/linux/device.h
> +++ linux/include/linux/device.h
> @@ -578,6 +578,12 @@ struct device_dma_parameters {
> unsigned long segment_boundary_mask;
> };
>
> +struct acpi_dev_node {
> +#ifdef CONFIG_ACPI
> + void *handle;
> +#endif
> +};
> +
> /**
> * struct device - The basic device structure
> * @parent: The device's "parent" device, the device to which it is attached.
> @@ -683,7 +689,7 @@ struct device {
> struct dev_archdata archdata;
>
> struct device_node *of_node; /* associated device tree node */
> - void *acpi_handle; /* associated ACPI device node */
> + struct acpi_dev_node acpi_node; /* associated ACPI device node */

Please update the kerneldoc comment as well.


\
 
 \ /
  Last update: 2012-11-20 11:01    [W:1.748 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site