Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756928AbYC3XGb (ORCPT ); Sun, 30 Mar 2008 19:06:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755968AbYC3XFv (ORCPT ); Sun, 30 Mar 2008 19:05:51 -0400 Received: from smtp4.pp.htv.fi ([213.243.153.38]:54557 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755950AbYC3XFu (ORCPT ); Sun, 30 Mar 2008 19:05:50 -0400 Date: Mon, 31 Mar 2008 02:05:38 +0300 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] init/do_mounts.c should #include Message-ID: <20080330230538.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: 804 Lines: 28 Every file should include the headers containing the externs for its global code (in this case for rd_doload). Signed-off-by: Adrian Bunk --- This patch has been sent on: - 1 Mar 2008 e5c6b847745aa7cb3d345ff3943c1b4c61b8ae91 foobar diff --git a/init/do_mounts.c b/init/do_mounts.c index 56e3b17..a1c52ba 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -12,6 +12,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/