mm/zswap: add __init to some functions in zswap
authorMahendran Ganesh <[email protected]>
Sat, 13 Dec 2014 00:57:15 +0000 (16:57 -0800)
committerLinus Torvalds <[email protected]>
Sat, 13 Dec 2014 20:42:50 +0000 (12:42 -0800)
commitdd01d7d89a0c492821c6db005c21e68258a833fc
treef525a9d3a460835a6a6e6222f08c53606f73438b
parent083914eab96fabddfc715f0436e082eb375c5704
mm/zswap: add __init to some functions in zswap

zswap_cpu_init/zswap_comp_exit/zswap_entry_cache_create is only called by
__init init_zswap()

Signed-off-by: Mahendran Ganesh <[email protected]>
Cc: Seth Jennings <[email protected]>
Cc: Dan Streetman <[email protected]>
Cc: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/zswap.c