From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: [PATCH 1/4] platform-x86: intel_mid_thermal: add msic_thermal alias Date: Thu, 15 Dec 2011 22:27:59 +0000 Message-ID: <20111215222755.9670.780.stgit@bob.linux.org.uk> References: <20111215222702.9670.63670.stgit@bob.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:60675 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756377Ab1LOWPo (ORCPT ); Thu, 15 Dec 2011 17:15:44 -0500 In-Reply-To: <20111215222702.9670.63670.stgit@bob.linux.org.uk> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: mjg@redhat.com, platform-driver-x86@vger.kernel.org From: Mika Westerberg 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 Signed-off-by: Kirill A. Shutemov Signed-off-by: Alan Cox --- 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 ccd7b1f..de2e62e 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 }, { } };