firmware: qcom_scm: drop redandant of_platform_populate
authorSudeep Holla <[email protected]>
Thu, 28 Sep 2017 10:46:00 +0000 (11:46 +0100)
committerAndy Gross <[email protected]>
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 <[email protected]>
Cc: David Brown <[email protected]>
Cc: [email protected]
Signed-off-by: Sudeep Holla <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
drivers/firmware/qcom_scm.c