Skip to content

Commit

Permalink
ACPI: Remove the unused EC sysdev class
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rjwysocki authored and lenb committed Mar 18, 2011
1 parent 9975961 commit 4d3fbff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions drivers/acpi/ec_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ MODULE_PARM_DESC(write_support, "Dangerous, reboot and removal of battery may "

#define EC_SPACE_SIZE 256

struct sysdev_class acpi_ec_sysdev_class = {
.name = "ec",
};

static struct dentry *acpi_ec_debugfs_dir;

static int acpi_ec_open_io(struct inode *i, struct file *f)
Expand Down
3 changes: 0 additions & 3 deletions drivers/acpi/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#ifndef _ACPI_INTERNAL_H_
#define _ACPI_INTERNAL_H_

#include <linux/sysdev.h>

#define PREFIX "ACPI: "

int init_acpi_device_notify(void);
Expand Down Expand Up @@ -64,7 +62,6 @@ struct acpi_ec {
struct list_head list;
struct transaction *curr;
spinlock_t curr_lock;
struct sys_device sysdev;
};

extern struct acpi_ec *first_ec;
Expand Down

0 comments on commit 4d3fbff

Please sign in to comment.