lib: sbi: Remove domain_get() platform callback function
authorAnup Patel <anup.patel@wdc.com>
Sun, 13 Dec 2020 10:14:22 +0000 (15:44 +0530)
committerAnup Patel <anup@brainfault.org>
Wed, 16 Dec 2020 04:40:28 +0000 (10:10 +0530)
commita029bd90c63307e9ef2d7ddbaa2eb2c799fca98a
tree78a25fa96bf5b35464f8b92481d5529146ea0624
parent6fc1986f5024196e46a46aa979cc2c884319af28
lib: sbi: Remove domain_get() platform callback function

The domain_get() platform callback function is now redundant
because fdt_domain_populate() register new domain explicitly
using the sbi_domain_register() function.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
include/sbi/sbi_platform.h
lib/sbi/sbi_domain.c