Skip to content

Commit

Permalink
firmware: xilinx: Remove PM_API_MAX value
Browse files Browse the repository at this point in the history
There is no reason to keep PM_API_MAX around. The commit acfdd18
("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>
  • Loading branch information
Michal Simek authored and Greg Kroah-Hartman committed Jan 26, 2021
1 parent c41e21d commit 0fc9942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/firmware/xlnx-zynqmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0fc9942

Please sign in to comment.