From patchwork Sat Oct 6 20:09:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 1559191 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 0A7FD3FD56 for ; Sat, 6 Oct 2012 20:13:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756434Ab2JFUNl (ORCPT ); Sat, 6 Oct 2012 16:13:41 -0400 Received: from mail-qa0-f53.google.com ([209.85.216.53]:35568 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755571Ab2JFUNi (ORCPT ); Sat, 6 Oct 2012 16:13:38 -0400 Received: by mail-qa0-f53.google.com with SMTP id s11so1112273qaa.19 for ; Sat, 06 Oct 2012 13:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:reply-to:organization; bh=CX715O2rKM0gzvEN2qm7rmJK6I3Q94EVyguSehB4gUA=; b=mU9S9gfdp6v37fa5uxQ2sd+NQFbsdRkIm/m4gxFmpN/Syjane6Nq3F+zBxDCao54/a 9RBkSHo8qcECj9IWF+hxQZF0D/MrGzmRi9bqcXwlm0LrmLspczM/CbDTHilLtvIbEHAw 5sgL74uHJ8Jp8Rb0XzTooz6gI6sK5S0pAampFUUI374NH3m8mEWT/ypamJmv4I9iIvf5 lXL2rGne5LBfg8/3ZTzt4pCih0dR6Kn20SNvna1tuceD+yc88wVbeq4wdUiq8E+uKbJz KDeeYbFP2bOY0eUfZ3CfGdAcZFEEmH2g3QPsJALKqgIC11/OUJZ5SNme8s0A7R3dsE0B 8wIw== Received: by 10.49.3.227 with SMTP id f3mr33421738qef.60.1349554417263; Sat, 06 Oct 2012 13:13:37 -0700 (PDT) Received: from x980.localdomain6 (pool-74-104-146-186.bstnma.fios.verizon.net. [74.104.146.186]) by mx.google.com with ESMTPS id x19sm13470740qeq.12.2012.10.06.13.13.13 (version=SSLv3 cipher=OTHER); Sat, 06 Oct 2012 13:13:29 -0700 (PDT) From: Len Brown To: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bob Moore , Feng Tang , Len Brown Subject: [PATCH 12/49] ACPICA: Update version to 20120816. Date: Sat, 6 Oct 2012 16:09:33 -0400 Message-Id: <7560452c1a4934049811fb6622fb753e8ad1c647.1349554106.git.len.brown@intel.com> X-Mailer: git-send-email 1.8.0.rc0.18.gf84667d In-Reply-To: <1349554210-29978-1-git-send-email-lenb@kernel.org> References: <1349554210-29978-1-git-send-email-lenb@kernel.org> In-Reply-To: References: Reply-To: Len Brown Organization: Intel Open Source Technology Center Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Bob Moore Version 20120816. Signed-off-by: Bob Moore Signed-off-by: Feng Tang Signed-off-by: Len Brown --- include/acpi/acpixf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 270517d..03457a9 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h @@ -47,7 +47,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20120711 +#define ACPI_CA_VERSION 0x20120816 #include "acconfig.h" #include "actypes.h"