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 <semen.protsenko@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
Sam Protsenko 2023-11-07 13:05:58 -06:00 committed by Minkyu Kang
parent f655090901
commit a0615ffc99

View file

@ -7,7 +7,6 @@
* based on drivers/serial/s3c64xx.c * based on drivers/serial/s3c64xx.c
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <fdtdec.h> #include <fdtdec.h>