Files
linux/drivers
Konrad Rzeszutek Wilk d489082ac6 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 <dan.magenheimer@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-02-15 10:16:11 -08:00
..
2013-02-10 17:42:43 +00:00
2012-12-18 15:19:06 +10:30
2013-01-25 21:25:02 -08:00
2013-01-16 15:57:54 +01:00
2013-02-15 10:16:11 -08:00
2013-01-15 10:45:26 -07:00