From 91196b02a6f48477f0b0bfa30e06bc212d1a83d2 Mon Sep 17 00:00:00 2001 From: Anthony Zhou Date: Fri, 8 Sep 2017 15:53:40 +0800 Subject: [PATCH] Tegra: lib: debug: fix MISRA violation Rule 21.6 MISRA Rule 21.6, The standard library input/output functions shall not be used. This patch removes headers that are not really needed. Change-Id: I746138ce7ee95d7ca985d020f89b2738d997a7a2 Signed-off-by: Anthony Zhou --- plat/nvidia/tegra/common/lib/debug/profiler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plat/nvidia/tegra/common/lib/debug/profiler.c b/plat/nvidia/tegra/common/lib/debug/profiler.c index f40244be1..d4c3f9595 100644 --- a/plat/nvidia/tegra/common/lib/debug/profiler.c +++ b/plat/nvidia/tegra/common/lib/debug/profiler.c @@ -26,8 +26,6 @@ #include #include #include -#include -#include #include #include #include