From: Konrad Rzeszutek Wilk Date: Fri, 15 Feb 2013 17:53:44 +0000 (-0500) Subject: zcache/zbud: Fix __init mismatch X-Git-Tag: v3.9-rc1~127^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d489082ac690f7cf784e66cfd74f076a361740ba;p=pandora-kernel.git zcache/zbud: Fix __init mismatch We get: WARNING: drivers/staging/zcache/zcache.o(.text+0x13a1): Section mismatch in reference from the function zcache_init() to the function .init.text:zbud_init() The function zcache_init() references the function __init zbud_init(). This is often because zcache_init lacks a __init annotation or the annotation of zbud_init is wrong. And this fixes it. Acked-by: Dan Magenheimer Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed