firmware: qcom_scm: drop redandant of_platform_populate
authorSudeep Holla <Sudeep.Holla@arm.com>
Thu, 28 Sep 2017 10:46:00 +0000 (11:46 +0100)
committerAndy Gross <andy.gross@linaro.org>
Wed, 20 Dec 2017 21:38:34 +0000 (15:38 -0600)
commit12aeb917a54729c1324e28421a023f2f54aebf30
tree45c5c2bb58bd4d2f0f5ae02da5836c2538e95a19
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
firmware: qcom_scm: drop redandant of_platform_populate

Now that of_platform_default_populate_init() takes care of populating
all the devices under the /firmware/ node, this patch removes the
redandant call to of_platform_populate here.

Cc: Andy Gross <andy.gross@linaro.org>
Cc: David Brown <david.brown@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/firmware/qcom_scm.c