rtc: 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:15 -06:00
parent 174f184a84
commit 16a50b666d
30 changed files with 9 additions and 30 deletions

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_RTC
#include <common.h>
#include <clk.h>
#include <dm.h>
#include <malloc.h>