diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2011-12-15 22:27:59 +0000 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-03-20 12:02:19 -0400 |
commit | 3fca3d3d5075cd1365c763c6a62076f1ea726229 (patch) | |
tree | c20cda1bdeb55871c6794c9a7609830f36e834e0 /drivers/platform | |
parent | 20db88e32d139e7646c61b23b027a7471f343fae (diff) | |
download | op-kernel-dev-3fca3d3d5075cd1365c763c6a62076f1ea726229.zip op-kernel-dev-3fca3d3d5075cd1365c763c6a62076f1ea726229.tar.gz |
platform-x86: intel_mid_thermal: add msic_thermal alias
In newer boards this device is called "msic_thermal" instead of
"msic_sensor". To support both we add suitable alias for the driver.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/intel_mid_thermal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel_mid_thermal.c b/drivers/platform/x86/intel_mid_thermal.c index e4cc992..888b3af 100644 --- a/drivers/platform/x86/intel_mid_thermal.c +++ b/drivers/platform/x86/intel_mid_thermal.c @@ -550,6 +550,7 @@ static int mid_thermal_remove(struct platform_device *pdev) static const struct platform_device_id therm_id_table[] = { { DRIVER_NAME, 1 }, + { "msic_thermal", 1 }, { } }; |