Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761413AbYBYAM1 (ORCPT ); Sun, 24 Feb 2008 19:12:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757210AbYBYAJf (ORCPT ); Sun, 24 Feb 2008 19:09:35 -0500 Received: from smtp4.pp.htv.fi ([213.243.153.38]:44559 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757049AbYBYAJa (ORCPT ); Sun, 24 Feb 2008 19:09:30 -0500 Date: Mon, 25 Feb 2008 02:08:35 +0200 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] mm/filemap.c should #include Message-ID: <20080225000835.GL2088@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 773 Lines: 25 Every file should include the headers containing the externs for its global code (in this case for struct generic_file_vm_ops). Signed-off-by: Adrian Bunk --- 31f02514a5fdca74a4f4f48f13d3450880b7f038 diff --git a/mm/filemap.c b/mm/filemap.c index 5c74b68..9b58ae0 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -34,6 +34,8 @@ #include #include /* for BUG_ON(!in_atomic()) only */ #include +#include + #include "internal.h" /* -- 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/