lib: sbi: pmu: Remove unnecessary probe function
authorAndrew Jones <ajones@ventanamicro.com>
Mon, 15 May 2023 11:12:36 +0000 (13:12 +0200)
committerAnup Patel <anup@brainfault.org>
Sun, 21 May 2023 11:00:29 +0000 (16:30 +0530)
commit042f0c3ea25e995a6db93cd64964b816cb8ffba4
tree25771a88bb45d22ac3c7d8388ff9d66a2445ee26
parente307ba7d464a8280e71195d79cc497e86d59b7fd
lib: sbi: pmu: Remove unnecessary probe function

The absence of a probe implementation means that the extension is
always available. Remove the implementation for the PMU extension,
which does no checking, and indeed even has a comment saying it's
always available.

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_ecall_pmu.c