]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
serial: s5p: Remove common.h inclusion
authorSam Protsenko <semen.protsenko@linaro.org>
Tue, 7 Nov 2023 19:05:58 +0000 (13:05 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 23 Nov 2023 06:24:18 +0000 (15:24 +0900)
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@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/serial/serial_s5p.c

index fe52580d64de53df4d093b6fb1f8830c2130ab65..1772155356760d0239ec3e21c6ed93d2c550ff0e 100644 (file)
@@ -7,7 +7,6 @@
  * based on drivers/serial/s3c64xx.c
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>