Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 144c61ad authored by Jan Beulich's avatar Jan Beulich Committed by David Vrabel
Browse files

xen/tmem: mark xen_tmem_init() __init



As a module_init() function, this should have been this way from the
beginning.

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Signed-off-by: default avatarDavid Vrabel <david.vrabel@citrix.com>
parent 94dd85f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ static struct frontswap_ops tmem_frontswap_ops = {
};
#endif

static int xen_tmem_init(void)
static int __init xen_tmem_init(void)
{
	if (!xen_domain())
		return 0;