]> git.baikalelectronics.ru Git - kernel.git/commit
h8300: remove unnecessary of_platform_populate call
authorRob Herring <robh@kernel.org>
Tue, 19 Jun 2018 21:40:54 +0000 (15:40 -0600)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 22 Aug 2018 10:14:20 +0000 (19:14 +0900)
commitde7ec11d2ba80b145e11a34343d88315bffdb031
tree5456ebfffbdb70277593ca2856db1a8162ffa26f
parent80b9cd92846a3c6c6eef2a8ac7f9e7a430e9ad40
h8300: remove unnecessary of_platform_populate call

The DT core will call of_platform_populate, so it is not necessary for
arch specific code to call it unless there are custom match entries,
auxdata or parent device. Neither of those apply here, so remove the call.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.sourceforge.jp
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/kernel/setup.c