From patchwork Mon Aug 20 15:19:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 1349691 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 55FF0DFF0F for ; Mon, 20 Aug 2012 15:20:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757028Ab2HTPUU (ORCPT ); Mon, 20 Aug 2012 11:20:20 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:52817 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757011Ab2HTPUT (ORCPT ); Mon, 20 Aug 2012 11:20:19 -0400 Received: by qcro28 with SMTP id o28so4426173qcr.19 for ; Mon, 20 Aug 2012 08:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=3yv+e38ykyBXbLREairFanuBQhQwXq5+s7/wxHc2Bqw=; b=cytkmYi8MVNLLSSO8DuhG4/bKbJ/7wloppA7NavuPJ2LxjvHQNkruvsr5O0p7MKV53 GLh4bJTRyVh3pcKMT/NznmfXn9Lcy1j/Zj2+OEmtv7+uO14j5h8jrw6gdLQ2WNGyHApw orC+YFm+E5OVRGBLYn3qitjNd+AHYiuIInWeWzBCIMa/4adIRZ9HWC/1Nk9HW/lchQjr HN/n1l40QIgMUBCcK3expTiFB2rkL82aDRQCZwW/uOGfeTmU/7WgksLr2kKbfjW3Nj1G aMILmV/9MzjgcdmXKESD80hXy4uqgkwE5P4/E7uE3VDT498cPVVFzLMxVUAfWmlPpmcF uClg== Received: by 10.229.135.193 with SMTP id o1mr7971686qct.100.1345476018434; Mon, 20 Aug 2012 08:20:18 -0700 (PDT) Received: from localhost.localdomain (static-74-96-105-49.washdc.fios.verizon.net. [74.96.105.49]) by mx.google.com with ESMTPS id co12sm16290128qab.20.2012.08.20.08.20.17 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2012 08:20:17 -0700 (PDT) From: alexdeucher@gmail.com To: airlied@gmail.com, dri-devel@lists.freedesktop.org, equinox@diac24.net Cc: linux-acpi@vger.kernel.org, Alex Deucher , stable@vger.kernel.org Subject: [PATCH 2/4] ACPI: export symbol acpi_get_table_with_size Date: Mon, 20 Aug 2012 11:19:51 -0400 Message-Id: <1345475993-23853-2-git-send-email-alexdeucher@gmail.com> X-Mailer: git-send-email 1.7.7.5 In-Reply-To: <1345475993-23853-1-git-send-email-alexdeucher@gmail.com> References: <20120817170313.GA11909@srcf.ucam.org> <1345475993-23853-1-git-send-email-alexdeucher@gmail.com> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Alex Deucher We need it in the radeon drm module to fetch and verify the vbios image on UEFI systems. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- drivers/acpi/acpica/tbxface.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/acpica/tbxface.c b/drivers/acpi/acpica/tbxface.c index ea4c6d5..29e51bc 100644 --- a/drivers/acpi/acpica/tbxface.c +++ b/drivers/acpi/acpica/tbxface.c @@ -387,6 +387,7 @@ acpi_get_table_with_size(char *signature, return (AE_NOT_FOUND); } +ACPI_EXPORT_SYMBOL(acpi_get_table_with_size) acpi_status acpi_get_table(char *signature,