Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762529AbYCAQWk (ORCPT ); Sat, 1 Mar 2008 11:22:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757658AbYCAQUV (ORCPT ); Sat, 1 Mar 2008 11:20:21 -0500 Received: from smtp6.pp.htv.fi ([213.243.153.40]:57154 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760196AbYCAQUU (ORCPT ); Sat, 1 Mar 2008 11:20:20 -0500 Date: Sat, 1 Mar 2008 18:18:54 +0200 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] init/do_mounts.c should #include Message-ID: <20080301161854.GM25835@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: 760 Lines: 24 Every file should include the headers containing the externs for its global code (in this case for rd_doload). Signed-off-by: Adrian Bunk --- 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/