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

Commit 028661ca authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "i2c-msm-v2: Make init call as module_init for i2c driver"

parents 13052c6f bc46387c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2014-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -3037,7 +3037,7 @@ static int i2c_msm_init(void)
{
	return platform_driver_register(&i2c_msm_driver);
}
subsys_initcall(i2c_msm_init);
module_init(i2c_msm_init);

static void i2c_msm_exit(void)
{