]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
asus-laptop: set acpi_driver.owner
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 3 Dec 2009 07:44:51 +0000 (07:44 +0000)
committerLen Brown <len.brown@intel.com>
Wed, 9 Dec 2009 20:54:30 +0000 (15:54 -0500)
commitedf624522757adec8ceb83a4b97747eba645c454
treefafce580e5c8ac8b805c8332d8c4cc8583d04f34
parentdb7c554afeee7e535a5476dedb1339cb30d0b5df
asus-laptop: set acpi_driver.owner

The owner field provides the link between drivers and modules in sysfs,
but no ACPI driver was setting it.

After setting the owner field, we can see which module provides which
driver and vice versa by looking at /sys/bus/acpi/driver/*/module and
/sys/module/*/drivers/acpi:*.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/asus-laptop.c