diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 18:30:02 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 17:40:55 +0000 |
commit | 872afccbb9360e1a18e242f86296e0ffdc7aa39e (patch) | |
tree | 4b1c1646dafd82e45e6d21641a0edb6345559d67 /src/soc/mediatek/mt8195/dptx.c | |
parent | 60b0034991b399f890702d4168a01e20bb92818e (diff) |
src/soc/mediatek: Remove unused <timer.h>
Change-Id: Ic87e41a9b317cc7d0b36ece5ffd1d32068e6a33a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60612
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8195/dptx.c')
-rw-r--r-- | src/soc/mediatek/mt8195/dptx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8195/dptx.c b/src/soc/mediatek/mt8195/dptx.c index 8d557ba910..edb3f7ef3a 100644 --- a/src/soc/mediatek/mt8195/dptx.c +++ b/src/soc/mediatek/mt8195/dptx.c @@ -11,7 +11,6 @@ #include <soc/dptx_reg.h> #include <soc/dp_intf.h> #include <string.h> -#include <timer.h> #define ONE_BLOCK_SIZE 128 |