]> git.sur5r.net Git - u-boot/blobdiff - drivers/tpm/tpm_tis_sandbox.c
Merge branch 'master' of git://git.denx.de/u-boot-usb
[u-boot] / drivers / tpm / tpm_tis_sandbox.c
index e7746dc67590776d8378fda7b821607022db23b1..8816d55759fdf7bba66537bbf9efe2434afe6a49 100644 (file)
@@ -1,12 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2013 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
-#include <tpm.h>
+#include <tpm-v1.h>
 #include <asm/state.h>
 #include <asm/unaligned.h>
 #include <linux/crc8.h>