diff options
| author | Mika Westerberg <[email protected]> | 2012-03-05 15:01:03 -0800 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2012-03-06 09:01:25 +0100 |
| commit | 634830704d80ee0f544c16ea3c19dd2e819d2256 (patch) | |
| tree | 60798604c5d8fa9371941b8b9592506d146194cb | |
| parent | 0f48d34ec6a34e24b96708719fd6f3ba8fa828af (diff) | |
x86/mid/thermal: Add msic_thermal alias
This device is called "msic_thermal" instead of "msic_sensor" on
actual boards so rename it.
Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Kirill A. Shutemov <[email protected]>
[ Updated to rename rather than add an entry as er discussion with Mika & Durgadoss R]
Signed-off-by: Alan Cox <[email protected]>
Acked-by: H. Peter Anvin <[email protected]>
Cc: Matthew Garrett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
| -rw-r--r-- | drivers/platform/x86/intel_mid_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_mid_thermal.c b/drivers/platform/x86/intel_mid_thermal.c index d824a7188920..5917b3c83728 100644 --- a/drivers/platform/x86/intel_mid_thermal.c +++ b/drivers/platform/x86/intel_mid_thermal.c @@ -543,7 +543,7 @@ static int mid_thermal_remove(struct platform_device *pdev) return configure_adc(0); } -#define DRIVER_NAME "msic_sensor" +#define DRIVER_NAME "msic_thermal" static const struct platform_device_id therm_id_table[] = { { DRIVER_NAME, 1 }, |