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: 1349731 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 3E2563FC33 for ; Mon, 20 Aug 2012 15:21:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B8A89EFFB for ; Mon, 20 Aug 2012 08:21:48 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by gabe.freedesktop.org (Postfix) with ESMTP id DC1CE9EEA7 for ; Mon, 20 Aug 2012 08:20:18 -0700 (PDT) Received: by mail-qc0-f177.google.com with SMTP id u28so4551848qcs.36 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 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> Cc: Alex Deucher , linux-acpi@vger.kernel.org, stable@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.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,