From patchwork Mon Dec 27 01:07:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lin Ming X-Patchwork-Id: 433261 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBRKCV66025997 for ; Mon, 27 Dec 2010 20:14:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753246Ab0L0BEF (ORCPT ); Sun, 26 Dec 2010 20:04:05 -0500 Received: from mga11.intel.com ([192.55.52.93]:32176 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753100Ab0L0BEF (ORCPT ); Sun, 26 Dec 2010 20:04:05 -0500 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 26 Dec 2010 17:04:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,232,1291622400"; d="scan'208";a="640589657" Received: from minggr.sh.intel.com (HELO [10.239.13.26]) ([10.239.13.26]) by fmsmga002.fm.intel.com with ESMTP; 26 Dec 2010 17:03:43 -0800 Subject: [PATCH] ACPICA: Update version to 20101209 From: Lin Ming To: lenb Cc: linux-acpi , "Moore, Robert" Date: Mon, 27 Dec 2010 09:07:43 +0800 Message-ID: <1293412063.2565.253.camel@minggr.sh.intel.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 27 Dec 2010 20:14:29 +0000 (UTC) diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index e8142d5..241b8a0 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 0x20101013 +#define ACPI_CA_VERSION 0x20101209 #include "actypes.h" #include "actbl.h"