Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758419AbYFYErw (ORCPT ); Wed, 25 Jun 2008 00:47:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756674AbYFYEht (ORCPT ); Wed, 25 Jun 2008 00:37:49 -0400 Received: from 9.sub-70-198-159.myvzw.com ([70.198.159.9]:37481 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756034AbYFYEha (ORCPT ); Wed, 25 Jun 2008 00:37:30 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 01 of 36] x86: asm-x86/pgtable.h: fix compiler warning X-Mercurial-Node: 6fa49a4d5d7dd5b91dd4282fb6de8e904d0d96d4 Message-Id: <6fa49a4d5d7dd5b91dd4.1214367537@localhost> In-Reply-To: Date: Wed, 25 Jun 2008 00:18:57 -0400 From: Jeremy Fitzhardinge To: Ingo Molnar Cc: LKML , x86@kernel.org, xen-devel , Stephen Tweedie , Eduardo Habkost , Mark McLoughlin , x86@kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 24 Signed-off-by: Jeremy Fitzhardinge --- include/asm-x86/pgtable.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h @@ -425,6 +425,8 @@ * race with other CPU's that might be updating the dirty * bit at the same time. */ +struct vm_area_struct; + #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS extern int ptep_set_access_flags(struct vm_area_struct *vma, unsigned long address, pte_t *ptep, -- 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/