Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758080AbYC3Wvq (ORCPT ); Sun, 30 Mar 2008 18:51:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756402AbYC3Wt0 (ORCPT ); Sun, 30 Mar 2008 18:49:26 -0400 Received: from smtp5.pp.htv.fi ([213.243.153.39]:53262 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756472AbYC3WtW (ORCPT ); Sun, 30 Mar 2008 18:49:22 -0400 Date: Mon, 31 Mar 2008 01:49:09 +0300 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] mm/filemap.c should #include Message-ID: <20080330224909.GY28445@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: 818 Lines: 29 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 --- This patch has been sent on: - 25 Feb 2008 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/