aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/i2c_ec.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-03-22 01:21:05 -0400
committerLen Brown <len.brown@intel.com>2007-03-22 01:21:05 -0400
commit439a888885c584f7ac8536a43be80475f9eaed71 (patch)
treeb42f7fe67ee99e2674b6c5e08545f8c94b8f7bba /drivers/acpi/i2c_ec.h
parent722062334b972c31a3b83dbf7e9b5a58bb2707dd (diff)
ACPI: sbs: remove i2c_ec.[ch]
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/i2c_ec.h')
-rw-r--r--drivers/acpi/i2c_ec.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/acpi/i2c_ec.h b/drivers/acpi/i2c_ec.h
deleted file mode 100644
index 7c53fb732d6..00000000000
--- a/drivers/acpi/i2c_ec.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * SMBus driver for ACPI Embedded Controller ($Revision: 1.2 $)
- *
- * Copyright (c) 2002, 2005 Ducrot Bruno
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation version 2.
- */
-
-struct acpi_ec_smbus {
- struct i2c_adapter adapter;
- union acpi_ec *ec;
- int base;
- int alert;
-};
-
-struct acpi_ec_hc {
- acpi_handle handle;
- struct acpi_ec_smbus *smbus;
-};
-
-struct acpi_ec_hc *acpi_get_ec_hc(struct acpi_device *device);