summaryrefslogtreecommitdiff
path: root/drivers/tpm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-28 02:51:00 +0300
committerBin Meng <bmeng.cn@gmail.com>2021-07-15 14:49:56 +0300
commitbca2d579f415140adcf984c5517aa2d14af2c0db (patch)
treeef046a353ed0ed89beba725aa0e006dd5bc6ec74 /drivers/tpm
parentf784361b2a0e633551c6c23de30f2c780cf4d95f (diff)
downloadu-boot-bca2d579f415140adcf984c5517aa2d14af2c0db.tar.xz
tpm: cr50: Drop unnecessary coral headers
These headers are not actually used. Drop them so that this driver can be used by other boards, e.g. coreboot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/tpm')
-rw-r--r--drivers/tpm/cr50_i2c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tpm/cr50_i2c.c b/drivers/tpm/cr50_i2c.c
index 76432bdec1..7a2b5a4faa 100644
--- a/drivers/tpm/cr50_i2c.c
+++ b/drivers/tpm/cr50_i2c.c
@@ -18,8 +18,6 @@
#include <acpi/acpi_device.h>
#include <asm/gpio.h>
#include <asm/io.h>
-#include <asm/arch/iomap.h>
-#include <asm/arch/pm.h>
#include <linux/delay.h>
#include <dm/acpi.h>