aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vladimir.zapolskiy@linaro.org>2023-04-21 20:50:34 +0300
committerTom Rini <trini@konsulko.com>2023-05-02 14:23:58 -0400
commitacf4062448feb687a4caaded82f9015614eef48a (patch)
treebf7686aa6149ab44c3318ffa85e55bf0df5b87f3
parent1b15483deb3f6e6975cdd13652a9b5ed2c81c42f (diff)
downloadu-boot-acf4062448feb687a4caaded82f9015614eef48a.zip
u-boot-acf4062448feb687a4caaded82f9015614eef48a.tar.gz
u-boot-acf4062448feb687a4caaded82f9015614eef48a.tar.bz2
serial: msm-geni: remove redundant includes
For whatever reason, likely a driver stub was copied from another driver, the driver contains a bunch of unnecessary and confusing includes like watchdog.h etc., the change reduces the list. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-rw-r--r--drivers/serial/serial_msm_geni.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/serial/serial_msm_geni.c b/drivers/serial/serial_msm_geni.c
index 3943ca4..df61ae0 100644
--- a/drivers/serial/serial_msm_geni.c
+++ b/drivers/serial/serial_msm_geni.c
@@ -11,15 +11,9 @@
#include <clk.h>
#include <common.h>
#include <dm.h>
-#include <dm/pinctrl.h>
#include <errno.h>
-#include <linux/compiler.h>
-#include <log.h>
#include <linux/delay.h>
-#include <malloc.h>
#include <serial.h>
-#include <watchdog.h>
-#include <linux/bug.h>
#define UART_OVERSAMPLING 32
#define STALE_TIMEOUT 160