[PATCH 1/4] serial: s5p: Remove common.h inclusion
Sam Protsenko
semen.protsenko at linaro.org
Tue Nov 7 20:05:58 CET 2023
It's not really needed here anymore. Remove it, as common.h is going
away at some point.
Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
drivers/serial/serial_s5p.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/serial/serial_s5p.c b/drivers/serial/serial_s5p.c
index fe52580d64de..177215535676 100644
--- a/drivers/serial/serial_s5p.c
+++ b/drivers/serial/serial_s5p.c
@@ -7,7 +7,6 @@
* based on drivers/serial/s3c64xx.c
*/
-#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>
--
2.39.2
More information about the U-Boot
mailing list