]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
reboot-mode: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:12 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +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/reboot-mode/reboot-mode-gpio.c
drivers/reboot-mode/reboot-mode-nvmem.c
drivers/reboot-mode/reboot-mode-rtc.c
drivers/reboot-mode/reboot-mode-uclass.c

index 305174736ede7a2d0a732fa6f1fa0bc9df6a4b10..22ee40c343338022a3c2921a779b32930748a653 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c), Vaisala Oyj
  */
 
-#include <common.h>
 #include <asm/gpio.h>
 #include <dm.h>
 #include <dm/devres.h>
index da41ca41d9a1c2dc1530d58efbc959acb06aee8a..b9af242520a0b312d7be72668a8f15b28103a20a 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2022 Sean Anderson <sean.anderson@seco.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <nvmem.h>
 #include <reboot-mode/reboot-mode.h>
index 972d0cdbcb5b23ee0a088b184575732e16490747..4f4ad63febc106acd7f40de8757fe0db95bf6bee 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c), Vaisala Oyj
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <reboot-mode/reboot-mode-rtc.h>
index 2b38aa26b859d72b6270151228db1f53a44672b5..7cbe02eb4ed487d97ca71877c898660ea440b19d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c), Vaisala Oyj
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <dm/devres.h>