mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +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:
@@ -3,7 +3,6 @@
|
||||
* Copyright (c), Vaisala Oyj
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <dm.h>
|
||||
#include <dm/devres.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* Copyright (c), Vaisala Oyj
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <dm/devres.h>
|
||||
|
||||
Reference in New Issue
Block a user