aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/analogix/anx7625/anx7625.c1
-rw-r--r--src/drivers/intel/ptt/ptt.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/analogix/anx7625/anx7625.c b/src/drivers/analogix/anx7625/anx7625.c
index 57f1c7745d..ee98fd4df9 100644
--- a/src/drivers/analogix/anx7625/anx7625.c
+++ b/src/drivers/analogix/anx7625/anx7625.c
@@ -5,7 +5,6 @@
#include <device/i2c_simple.h>
#include <edid.h>
#include <gpio.h>
-#include <timer.h>
#include <string.h>
#include "anx7625.h"
diff --git a/src/drivers/intel/ptt/ptt.c b/src/drivers/intel/ptt/ptt.c
index 91eb42c04e..67ed0eebb7 100644
--- a/src/drivers/intel/ptt/ptt.c
+++ b/src/drivers/intel/ptt/ptt.c
@@ -3,7 +3,6 @@
#include <soc/pci_devs.h>
#include <device/pci_ops.h>
#include <console/console.h>
-#include <timer.h>
#include "ptt.h"