From patchwork Sat Oct 6 20:09:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 1559341 Return-Path: X-Original-To: patchwork-linux-pm@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 99B6CE006E for ; Sat, 6 Oct 2012 20:15:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756718Ab2JFUPL (ORCPT ); Sat, 6 Oct 2012 16:15:11 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:42316 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284Ab2JFUPH (ORCPT ); Sat, 6 Oct 2012 16:15:07 -0400 Received: by mail-qc0-f174.google.com with SMTP id d3so1917229qch.19 for ; Sat, 06 Oct 2012 13:15:07 -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=RRx8xlP6am37kRwmi0tIAXQtZWai/9VEMGJzBBzgSsY=; b=MzOu5pG2p2cE9jxUA0WZcf5NTgmjrmfHlY0f9VqclQowBOCK248MJfSfSHsS2I+pTB UAlyfrkRwQceRZFgkE32eLQOUZu+vZWxSDSs5sAvHWP5nDCcCieWCg8UqTnn8B/hMmVD btib3MdTOMy5ih+nRD6oN99kceSicv+UcnuuUpdYQQfxCMY1oGYaN+NwJu/maT+cAfE8 x7PjMltW7AcdudTXKP5xNWuXmssT4zPwt3zFLzGKqNYZkD6Hgxq0GGDa3EM/cJlaPKY+ NFrcx9iSEahg0BuXOT/4kMu3VvFLklnBnmvuQHq9yHlY0HmVHfb2duJ32bEw9cZ4KBgF xFQw== Received: by 10.49.48.135 with SMTP id l7mr33134823qen.23.1349554507050; Sat, 06 Oct 2012 13:15:07 -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.14.52 (version=SSLv3 cipher=OTHER); Sat, 06 Oct 2012 13:14:59 -0700 (PDT) From: Len Brown To: linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bob Moore , Lv Zheng , Len Brown Subject: [PATCH 17/49] ACPICA: Update version to 20120913 Date: Sat, 6 Oct 2012 16:09:38 -0400 Message-Id: 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-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Bob Moore Version 20120913. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng 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 03457a9..267bfc4 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 0x20120816 +#define ACPI_CA_VERSION 0x20120913 #include "acconfig.h" #include "actypes.h"