From: Randy Dunlap Date: Mon, 2 Dec 2013 20:14:40 +0000 (-0800) Subject: init.h: add missing initcall variants X-Git-Tag: v3.14-rc1~149^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46d0c46ccaa366a5bb8ac709fdf2bcaa76221fd;p=pandora-kernel.git init.h: add missing initcall variants Add missing initcall variants when building for loadable modules. This fixes this build error on powerpc allmodconfig: drivers/tty/ehv_bytechan.c: error: type defaults to 'int' in declaration of 'console_initcall' [-Werror=implicit-int] Signed-off-by: Randy Dunlap Reported-by: Geert Uytterhoeven Cc: Benjamin Herrenschmidt Acked-by: Timur Tabi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed