diff options
| author | Len Brown <len.brown@intel.com> | 2007-02-16 22:10:32 -0500 | 
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2007-02-16 22:10:32 -0500 | 
| commit | c0cd79d11412969b6b8fa1624cdc1277db82e2fe (patch) | |
| tree | 100ee9bb6f13fc0fb3d1887516712541a5fc0769 /drivers/acpi/button.c | |
| parent | 81450b73dde07f473a4a7208b209b4c8b7251d90 (diff) | |
| parent | db2d4ccdc8f9f3433d3a8566404189f2e9295c23 (diff) | |
Pull fluff into release branch
Conflicts:
	arch/x86_64/pci/mmconfig.c
	drivers/acpi/bay.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/button.c')
| -rw-r--r-- | drivers/acpi/button.c | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c index c726612fafb6..cb4110b50cd0 100644 --- a/drivers/acpi/button.c +++ b/drivers/acpi/button.c @@ -34,7 +34,6 @@  #include <acpi/acpi_drivers.h>  #define ACPI_BUTTON_COMPONENT		0x00080000 -#define ACPI_BUTTON_DRIVER_NAME		"ACPI Button Driver"  #define ACPI_BUTTON_CLASS		"button"  #define ACPI_BUTTON_FILE_INFO		"info"  #define ACPI_BUTTON_FILE_STATE		"state" @@ -61,10 +60,10 @@  #define ACPI_BUTTON_TYPE_LID		0x05  #define _COMPONENT		ACPI_BUTTON_COMPONENT -ACPI_MODULE_NAME("acpi_button") +ACPI_MODULE_NAME("button");  MODULE_AUTHOR("Paul Diefenbaugh"); -MODULE_DESCRIPTION(ACPI_BUTTON_DRIVER_NAME); +MODULE_DESCRIPTION("ACPI Button Driver");  MODULE_LICENSE("GPL");  static int acpi_button_add(struct acpi_device *device); @@ -73,7 +72,7 @@ static int acpi_button_info_open_fs(struct inode *inode, struct file *file);  static int acpi_button_state_open_fs(struct inode *inode, struct file *file);  static struct acpi_driver acpi_button_driver = { -	.name = ACPI_BUTTON_DRIVER_NAME, +	.name = "button",  	.class = ACPI_BUTTON_CLASS,  	.ids = "button_power,button_sleep,PNP0C0D,PNP0C0C,PNP0C0E",  	.ops = {  | 
