Commit 88d02c4a authored by Rajan Vaja's avatar Rajan Vaja Committed by Siva Durga Prasad Paladugu
Browse files

zynqmp: pm: Remove unnecessary header includes



Remove includes of gic_common.h and string.h which
are not required.
Signed-off-by: default avatarRajan Vaja <rajanv@xilinx.com>
Acked-by: default avatarJolly Shah <jollys@xilinx.com>
parent a6d28520
...@@ -10,9 +10,7 @@ ...@@ -10,9 +10,7 @@
*/ */
#include <errno.h> #include <errno.h>
#include <gic_common.h>
#include <runtime_svc.h> #include <runtime_svc.h>
#include <string.h>
#include "../zynqmp_private.h" #include "../zynqmp_private.h"
#include "pm_api_sys.h" #include "pm_api_sys.h"
#include "pm_client.h" #include "pm_client.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment