From: Sam Protsenko Date: Tue, 7 Nov 2023 19:05:58 +0000 (-0600) Subject: serial: s5p: Remove common.h inclusion X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=a0615ffc99a5c5e23b9fe5a8116fc265483be2bd;p=u-boot.git serial: s5p: Remove common.h inclusion It's not really needed here anymore. Remove it, as common.h is going away at some point. Signed-off-by: Sam Protsenko Reviewed-by: Simon Glass Signed-off-by: Minkyu Kang --- diff --git a/drivers/serial/serial_s5p.c b/drivers/serial/serial_s5p.c index fe52580d64..1772155356 100644 --- a/drivers/serial/serial_s5p.c +++ b/drivers/serial/serial_s5p.c @@ -7,7 +7,6 @@ * based on drivers/serial/s3c64xx.c */ -#include #include #include #include