From: Adrian Bunk Date: Fri, 25 Jul 2008 08:45:29 +0000 (-0700) Subject: init/do_mounts.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82c8253ac27291d6c70114eb445c714359812a10;p=linux-beck.git 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 a1de1bf3d6b9..f769fac4f4c0 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include