From 9dea8fed8a5c0769b85b465fe0ed45d11bc86a7e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 1 May 2024 19:31:04 -0600 Subject: [PATCH] pch: Remove and add needed includes Remove from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- drivers/pch/pch-uclass.c | 1 - drivers/pch/pch7.c | 1 - drivers/pch/pch9.c | 1 - drivers/pch/sandbox_pch.c | 1 - 4 files changed, 4 deletions(-) diff --git a/drivers/pch/pch-uclass.c b/drivers/pch/pch-uclass.c index af028f9cec..9af2475800 100644 --- a/drivers/pch/pch-uclass.c +++ b/drivers/pch/pch-uclass.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_PCH -#include #include #include diff --git a/drivers/pch/pch7.c b/drivers/pch/pch7.c index 5fb35a19ef..4ef82a77e2 100644 --- a/drivers/pch/pch7.c +++ b/drivers/pch/pch7.c @@ -3,7 +3,6 @@ * Copyright (C) 2014 Google, Inc */ -#include #include #include #include diff --git a/drivers/pch/pch9.c b/drivers/pch/pch9.c index 3137eb2c28..24b0465efd 100644 --- a/drivers/pch/pch9.c +++ b/drivers/pch/pch9.c @@ -5,7 +5,6 @@ #define LOG_CATEGORY UCLASS_PCH -#include #include #include #include diff --git a/drivers/pch/sandbox_pch.c b/drivers/pch/sandbox_pch.c index 37c368954b..aa82dca560 100644 --- a/drivers/pch/sandbox_pch.c +++ b/drivers/pch/sandbox_pch.c @@ -3,7 +3,6 @@ * Copyright 2018 Google LLC */ -#include #include #include -- 2.39.5