Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762315Ab2EQSNt (ORCPT ); Thu, 17 May 2012 14:13:49 -0400 Received: from terminus.zytor.com ([198.137.202.10]:35625 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754980Ab2EQSNr (ORCPT ); Thu, 17 May 2012 14:13:47 -0400 Date: Thu, 17 May 2012 11:13:34 -0700 From: "tip-bot for H. Peter Anvin" Message-ID: Cc: mjg@redhat.com, linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, lenb@kernel.org, tglx@linutronix.de, hpa@linux.intel.com Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, mjg@redhat.com, lenb@kernel.org, tglx@linutronix.de, hpa@linux.intel.com In-Reply-To: <1336597442-9399-1-git-send-email-hpa@linux.intel.com> References: <1336597442-9399-1-git-send-email-hpa@linux.intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/trampoline] acpi, bgrd: Add missing to drivers/acpi/bgrt.c Git-Commit-ID: 2ee93ab67a73955018dff6ad76916e20a2ba10f7 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (terminus.zytor.com [127.0.0.1]); Thu, 17 May 2012 11:13:40 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1445 Lines: 40 Commit-ID: 2ee93ab67a73955018dff6ad76916e20a2ba10f7 Gitweb: http://git.kernel.org/tip/2ee93ab67a73955018dff6ad76916e20a2ba10f7 Author: H. Peter Anvin AuthorDate: Wed, 9 May 2012 14:04:02 -0700 Committer: H. Peter Anvin CommitDate: Thu, 17 May 2012 07:18:26 -0700 acpi, bgrd: Add missing to drivers/acpi/bgrt.c The ACPI BGRT driver uses ioremap() and memcpy_fromio(), which means it needs to #include . [ hpa: This was hidden because used to include , which then included ] Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/r/1336597442-9399-1-git-send-email-hpa@linux.intel.com Cc: Matthew Garrett Cc: Len Brown --- drivers/acpi/bgrt.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/bgrt.c b/drivers/acpi/bgrt.c index 8cf6c46..6680df3 100644 --- a/drivers/acpi/bgrt.c +++ b/drivers/acpi/bgrt.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/