diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2011-03-10 15:21:23 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-03-18 18:22:20 -0400 |
commit | 4d3fbff26c8e91474e30e575c2b7476be11afd83 (patch) | |
tree | 9bece87d133d661113f30902a8ff563d1141e09a /drivers | |
parent | 99759619b27662d1290901228d77a293e6e83200 (diff) |
ACPI: Remove the unused EC sysdev class
The ACPI EC driver defines a sysdev class, but it doesn't use it, so
it can be removed.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/ec_sys.c | 4 | ||||
-rw-r--r-- | drivers/acpi/internal.h | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/ec_sys.c b/drivers/acpi/ec_sys.c index 411620ef84c2..05b44201a614 100644 --- a/drivers/acpi/ec_sys.c +++ b/drivers/acpi/ec_sys.c | |||
@@ -24,10 +24,6 @@ MODULE_PARM_DESC(write_support, "Dangerous, reboot and removal of battery may " | |||
24 | 24 | ||
25 | #define EC_SPACE_SIZE 256 | 25 | #define EC_SPACE_SIZE 256 |
26 | 26 | ||
27 | struct sysdev_class acpi_ec_sysdev_class = { | ||
28 | .name = "ec", | ||
29 | }; | ||
30 | |||
31 | static struct dentry *acpi_ec_debugfs_dir; | 27 | static struct dentry *acpi_ec_debugfs_dir; |
32 | 28 | ||
33 | static int acpi_ec_open_io(struct inode *i, struct file *f) | 29 | static int acpi_ec_open_io(struct inode *i, struct file *f) |
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index b1cc81a0431b..4bfb759deb10 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -21,8 +21,6 @@ | |||
21 | #ifndef _ACPI_INTERNAL_H_ | 21 | #ifndef _ACPI_INTERNAL_H_ |
22 | #define _ACPI_INTERNAL_H_ | 22 | #define _ACPI_INTERNAL_H_ |
23 | 23 | ||
24 | #include <linux/sysdev.h> | ||
25 | |||
26 | #define PREFIX "ACPI: " | 24 | #define PREFIX "ACPI: " |
27 | 25 | ||
28 | int init_acpi_device_notify(void); | 26 | int init_acpi_device_notify(void); |
@@ -64,7 +62,6 @@ struct acpi_ec { | |||
64 | struct list_head list; | 62 | struct list_head list; |
65 | struct transaction *curr; | 63 | struct transaction *curr; |
66 | spinlock_t curr_lock; | 64 | spinlock_t curr_lock; |
67 | struct sys_device sysdev; | ||
68 | }; | 65 | }; |
69 | 66 | ||
70 | extern struct acpi_ec *first_ec; | 67 | extern struct acpi_ec *first_ec; |