]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pch: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:04 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:55 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/pch/pch-uclass.c
drivers/pch/pch7.c
drivers/pch/pch9.c
drivers/pch/sandbox_pch.c

index af028f9cecad7ab6310ed585da209df03af0095d..9af2475800426438ee9717825fc64ed81fae9b84 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_PCH
 
-#include <common.h>
 #include <dm.h>
 #include <pch.h>
 
index 5fb35a19effee90916af91c2ceef37240b144be3..4ef82a77e270493d686cab5be1e9d0eda1f857ca 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2014 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pch.h>
index 3137eb2c28f5bb4e846aacaf636058c3fb2e7791..24b0465efde48744343a4a81660cde26eb398c00 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY   UCLASS_PCH
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pch.h>
index 37c368954b45311f51493247feec6417d602b2ac..aa82dca560f1cc1a4825196ab07911293e9e8159 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2018 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <pch.h>