diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-01-18 09:48:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-26 19:38:54 +0100 |
commit | 0fc99422bc034de018607ef6b70f92d4bc4a236d (patch) | |
tree | 096f599fd01b7fabba391c07e279278a6dc0ff40 | |
parent | c41e21dca8dc6899611c6df1fa4e6b55097ceada (diff) | |
download | linux-0fc99422bc034de018607ef6b70f92d4bc4a236d.tar.bz2 |
firmware: xilinx: Remove PM_API_MAX value
There is no reason to keep PM_API_MAX around. The commit acfdd18591ea
("firmware: xilinx: Use hash-table for api feature check") removed its
usage that's why it is not used anywhere now.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/86e94593a29a1b5b1958c539a1bfabdd08c0948e.1610959734.git.michal.simek@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | include/linux/firmware/xlnx-zynqmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/firmware/xlnx-zynqmp.h b/include/linux/firmware/xlnx-zynqmp.h index 2a0da841c942..0a483249ff30 100644 --- a/include/linux/firmware/xlnx-zynqmp.h +++ b/include/linux/firmware/xlnx-zynqmp.h @@ -85,7 +85,6 @@ enum pm_api_id { PM_CLOCK_GETPARENT, PM_SECURE_AES = 47, PM_FEATURE_CHECK = 63, - PM_API_MAX, }; /* PMU-FW return status codes */ |