]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
hwspinlock: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:51 +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/hwspinlock/hwspinlock-uclass.c
drivers/hwspinlock/sandbox_hwspinlock.c
drivers/hwspinlock/stm32_hwspinlock.c

index e9a4d7f9fbbd66297f7b146f06d793ce5a97590c..ea93efc97df7535cdc363d57eba8ac3c87cfe1d1 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_HWSPINLOCK
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <hwspinlock.h>
index be920f5f99dfba4850bf3480cb9dc4433f8b04af..fcda55517e1e74678145c9c234f7a09d5c04c531 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
  */
 
-#include <common.h>
 #include <dm.h>
 #include <hwspinlock.h>
 #include <asm/state.h>
index 346b138e98f002629c702e1a001dc29b59c1be71..5273b9bfed89ffb01bbb53c91bf747eef059048b 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_HWSPINLOCK
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <hwspinlock.h>