From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prarit Bhargava 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> References: <1310994528-26276-1-git-send-email-prarit@redhat.com> Return-path: In-Reply-To: <1310994528-26276-1-git-send-email-prarit@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Prarit Bhargava , linux-acpi@vger.kernel.org List-Id: linux-acpi@vger.kernel.org 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 -- 1.6.5.2