Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755724AbYC3Wsu (ORCPT ); Sun, 30 Mar 2008 18:48:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751106AbYC3Wsm (ORCPT ); Sun, 30 Mar 2008 18:48:42 -0400 Received: from smtp4.pp.htv.fi ([213.243.153.38]:54021 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037AbYC3Wsl (ORCPT ); Sun, 30 Mar 2008 18:48:41 -0400 Date: Mon, 31 Mar 2008 01:48:28 +0300 From: Adrian Bunk To: Christoph Lameter Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] mm/migrate.c should #include Message-ID: <20080330224828.GP28445@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: 778 Lines: 28 Every file should include the headers containing the externs for its global functions (in this case for sys_move_pages()). Signed-off-by: Adrian Bunk --- This patch has been sent on: - 22 Feb 2008 5624ee2189a0b767e8e474cdd53d8a536dd8f262 diff --git a/mm/migrate.c b/mm/migrate.c index a73504f..36e1820 100644 --- a/mm/migrate.c +++ b/mm/migrate.c @@ -30,6 +30,7 @@ #include #include #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/