1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-31 18:35:42 +01:00

reboot-mode: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:31:12 -06:00
parent 41b7743e68
commit 37ea47d266
4 changed files with 0 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
* Copyright (c), Vaisala Oyj
*/
#include <common.h>
#include <asm/gpio.h>
#include <dm.h>
#include <dm/devres.h>