Skip to content
Snippets Groups Projects
Commit d2168146 authored by Pawel Moll's avatar Pawel Moll Committed by Greg Kroah-Hartman
Browse files

platform: Remove most references to platform_bus device


A number of board files in arch/arm and arch/unicore32
explicitly reference platform_bus device as a parent
for new platform devices.

This is unnecessary, as platform device API guarantees
that devices with NULL parent are going to by adopted
by the mentioned "root" device.

This patch removes or replaces with NULL such references.

Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 90125edb
No related branches found
No related tags found
No related merge requests found
Showing
with 79 additions and 95 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment