From: Adrian Bunk Date: Fri, 25 Jul 2008 08:45:29 +0000 (-0700) Subject: init/do_mounts.c should #include X-Git-Tag: v2.6.27-rc1~491 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c8253ac27291d6c70114eb445c714359812a10;p=linux-2.6 init/do_mounts.c should #include Every file should include the headers containing the externs for its global code (in this case for rd_doload). Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/do_mounts.c b/init/do_mounts.c index a1de1bf3d6..f769fac4f4 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include