commit | e896928e508daaf0fcb47b011cc4f91444c60063 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> | Fri Apr 21 20:50:34 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue May 02 14:23:58 2023 -0400 |
tree | bf7686aa6149ab44c3318ffa85e55bf0df5b87f3 | |
parent | f7a6429383e3a64a888a81861225274690b67f4d [diff] |
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>