Skip to content
Commit a97f6272 authored by Soren Brinkmann's avatar Soren Brinkmann
Browse files

zynqmp: Remove duplicate 'const' declaration



Fixing compilation errors due to duplicate 'const' keyword:
  plat/xilinx/zynqmp/pm_service/pm_client.c:39:29: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
   static const struct pm_proc const pm_procs_all[] = {
                               ^~~~~

Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
parent aa5b843f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment