From patchwork Mon Jul 18 13:08:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prarit Bhargava X-Patchwork-Id: 986462 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6IDEZmJ006697 for ; Mon, 18 Jul 2011 13:14:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756660Ab1GRNNL (ORCPT ); Mon, 18 Jul 2011 09:13:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47754 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755738Ab1GRNJN (ORCPT ); Mon, 18 Jul 2011 09:09:13 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6ID9DMT022461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Jul 2011 09:09:13 -0400 Received: from localhost.localdomain (prarit.bos.redhat.com [10.16.16.23]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6ID8nvd005963; Mon, 18 Jul 2011 09:09:12 -0400 From: Prarit Bhargava To: linux-kernel@vger.kernel.org Cc: Prarit Bhargava , linux-acpi@vger.kernel.org Subject: [PATCH 31/34] include/linux/acpi.h changes for SMBIOS and System Firmware Date: Mon, 18 Jul 2011 09:08:45 -0400 Message-Id: <1310994528-26276-32-git-send-email-prarit@redhat.com> In-Reply-To: <1310994528-26276-1-git-send-email-prarit@redhat.com> References: <1310994528-26276-1-git-send-email-prarit@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Mon, 18 Jul 2011 13:14:35 +0000 (UTC) As part of the new SMBIOS and System Firmware code: - Replace old dmi* structures and functions with new sysfw* and smbios* structures and functions in individual drivers Cc: linux-acpi@vger.kernel.org Signed-off-by: Prarit Bhargava --- include/linux/acpi.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 1deb2a7..29d7de8 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -217,7 +217,7 @@ static inline int acpi_video_display_switch_support(void) #endif /* defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE) */ extern int acpi_blacklisted(void); -extern void acpi_dmi_osi_linux(int enable, const struct dmi_system_id *d); +extern void acpi_smbios_osi_linux(int enable, const struct sysfw_id *d); extern void acpi_osi_setup(char *str); #ifdef CONFIG_ACPI_NUMA