ACPI: video: add struct acpi_device to struct acpi_video_bus.
authorPatrick Mochel <mochel@linux.intel.com>
Fri, 19 May 2006 20:54:40 +0000 (16:54 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 30 Jun 2006 06:32:25 +0000 (02:32 -0400)
commite6afa0de1476290a876dfd1237a97cce7735581c
tree6abb3a9a4e079627aa0c38e9eddbe470dbf96a9a
parent415985728895ba3127116bc4f999caf94420ed85
ACPI: video: add struct acpi_device to struct acpi_video_bus.

- Use it instead of acpi_bus_get_device() in acpi_video_bus_notify()
  and use the one from struct acpi_video_device in
  acpi_video_device_notify().

Signed-off-by: Patrick Mochel <mochel@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c