Loading drivers/acpi/power.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -57,7 +57,7 @@ ACPI_MODULE_NAME("acpi_power") #define ACPI_POWER_RESOURCE_STATE_UNKNOWN 0xFF #define ACPI_POWER_RESOURCE_STATE_UNKNOWN 0xFF static int acpi_power_add(struct acpi_device *device); static int acpi_power_add(struct acpi_device *device); static int acpi_power_remove(struct acpi_device *device, int type); static int acpi_power_remove(struct acpi_device *device, int type); static int acpi_power_resume(struct acpi_device *device, int state); static int acpi_power_resume(struct acpi_device *device); static int acpi_power_open_fs(struct inode *inode, struct file *file); static int acpi_power_open_fs(struct inode *inode, struct file *file); static struct acpi_driver acpi_power_driver = { static struct acpi_driver acpi_power_driver = { Loading Loading @@ -668,7 +668,7 @@ static int acpi_power_remove(struct acpi_device *device, int type) return 0; return 0; } } static int acpi_power_resume(struct acpi_device *device, int state) static int acpi_power_resume(struct acpi_device *device) { { int result = 0; int result = 0; struct acpi_power_resource *resource = NULL; struct acpi_power_resource *resource = NULL; Loading Loading
drivers/acpi/power.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -57,7 +57,7 @@ ACPI_MODULE_NAME("acpi_power") #define ACPI_POWER_RESOURCE_STATE_UNKNOWN 0xFF #define ACPI_POWER_RESOURCE_STATE_UNKNOWN 0xFF static int acpi_power_add(struct acpi_device *device); static int acpi_power_add(struct acpi_device *device); static int acpi_power_remove(struct acpi_device *device, int type); static int acpi_power_remove(struct acpi_device *device, int type); static int acpi_power_resume(struct acpi_device *device, int state); static int acpi_power_resume(struct acpi_device *device); static int acpi_power_open_fs(struct inode *inode, struct file *file); static int acpi_power_open_fs(struct inode *inode, struct file *file); static struct acpi_driver acpi_power_driver = { static struct acpi_driver acpi_power_driver = { Loading Loading @@ -668,7 +668,7 @@ static int acpi_power_remove(struct acpi_device *device, int type) return 0; return 0; } } static int acpi_power_resume(struct acpi_device *device, int state) static int acpi_power_resume(struct acpi_device *device) { { int result = 0; int result = 0; struct acpi_power_resource *resource = NULL; struct acpi_power_resource *resource = NULL; Loading