summaryrefslogtreecommitdiff
path: root/drivers/rtc/rv3029.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:15 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit16a50b666d4aab6f1cb43b8d99a1d259ba04c753 (patch)
treea5a6aa01087b0cbece31b773d6eb7c0d691128ba /drivers/rtc/rv3029.c
parent174f184a84734a20a4d79a23912cc992dda1ce34 (diff)
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>
Diffstat (limited to 'drivers/rtc/rv3029.c')
-rw-r--r--drivers/rtc/rv3029.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rv3029.c b/drivers/rtc/rv3029.c
index 9c53c7f7dbc..a82acec6f7e 100644
--- a/drivers/rtc/rv3029.c
+++ b/drivers/rtc/rv3029.c
@@ -7,7 +7,6 @@
* Michael Buesch <m@bues.ch>
*/
-#include <common.h>
#include <command.h>
#include <dm.h>
#include <i2c.h>