From bf06c0fc46e795d18d2701ea497c26659f1d1eab Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 3 Jun 2020 20:56:27 -0600 Subject: [PATCH] soc/amd/picasso: Remove unnecessary includes from pmutil.c While working on psp_verstage, I noticed that this file had a number of unnecessary includes. Remove them. BUG=b:158124527 TEST=Build & boot psp_verstage on trembyle Signed-off-by: Martin Roth Change-Id: I32188e2dda39ece9dc98d0344824d997a2e80303 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42065 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/picasso/pmutil.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/soc/amd/picasso/pmutil.c b/src/soc/amd/picasso/pmutil.c index a2ad2db4c1..5baf923939 100644 --- a/src/soc/amd/picasso/pmutil.c +++ b/src/soc/amd/picasso/pmutil.c @@ -1,9 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include -#include -#include -#include #include #include