]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
iommu: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:54 +0000 (19:30 -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/iommu/apple_dart.c
drivers/iommu/iommu-uclass.c
drivers/iommu/sandbox_iommu.c

index 6ecd84303bc2bf56df73a45c41ea0515c9357d7b..9327dea1e3bba51fcb81685e6c639e8558ce48bb 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Mark Kettenis <kettenis@openbsd.org>
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <iommu.h>
index dff3239cccb151c59041e14dcc1cc0b9b52d2f9e..bb31cd519d25d163bea32c1f4e0df58f6acb6129 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_IOMMU
 
-#include <common.h>
 #include <dm.h>
 #include <iommu.h>
 #include <malloc.h>
index 6ceb7fd5ec374a55b12982182ede7d0b9a39a70f..e37976f86f02b35d88de203984ccb0a720b22926 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Mark Kettenis <kettenis@openbsd.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <iommu.h>
 #include <lmb.h>