diff options
author | Len Brown <len.brown@intel.com> | 2009-09-19 02:14:45 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-09-19 02:14:45 -0400 |
commit | d26f0528d588e596955bf296a609afe52eafc099 (patch) | |
tree | 314f7a5637d5517a19f29d64a17e3459505def8f /drivers/acpi/ec.c | |
parent | b963bd39c9000328f6ce4f12aa52abbb0c68ee91 (diff) | |
parent | df43176c934f2bc01f7615a6e20a4b8e77dcdd11 (diff) |
Merge branch 'misc-2.6.32' into release
Conflicts:
drivers/pci/dmar.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/ec.c')
-rw-r--r-- | drivers/acpi/ec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 08b8cf79946b..f70796081c4c 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include <asm/io.h> | 42 | #include <asm/io.h> |
43 | #include <acpi/acpi_bus.h> | 43 | #include <acpi/acpi_bus.h> |
44 | #include <acpi/acpi_drivers.h> | 44 | #include <acpi/acpi_drivers.h> |
45 | #include <linux/dmi.h> | ||
45 | 46 | ||
46 | #define ACPI_EC_CLASS "embedded_controller" | 47 | #define ACPI_EC_CLASS "embedded_controller" |
47 | #define ACPI_EC_DEVICE_NAME "Embedded Controller" | 48 | #define ACPI_EC_DEVICE_NAME "Embedded Controller" |