diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-17 18:34:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:39:05 +0000 |
commit | 51a549584131e509605b273474f3b7cc3dd73e83 (patch) | |
tree | f06120d1d0984ee7f7ac40ffac60890fabecf568 /src/drivers/intel/ptt | |
parent | 32da3437f92f1c7e19b81e3bc99b4951d5268502 (diff) |
src: Remove unused '#include <timer.h>'
Change-Id: I57e064d26b215743a1cb06bb6605fc4fe1160876
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41491
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/intel/ptt')
-rw-r--r-- | src/drivers/intel/ptt/ptt.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |