commit | 14fafef642ef2bb107aa491c4af53972f245d9d0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Aug 14 01:46:47 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 22 15:17:52 2023 -0400 |
tree | 406cbe7262428e329ec0c4dbb090481316024a6d | |
parent | e18752b402d9d97fe52e43baeb0b74eea9a4772b [diff] |
disk: Move part_create_block_devices() to blk uclass Move part_create_block_devices() to blk uclass and unexpose the function. This can now be internal to the block uclass. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>