]> git.sur5r.net Git - u-boot/blobdiff - drivers/tpm/tpm_atmel_twi.c
sf: add Gigadevice gd25q16c entry
[u-boot] / drivers / tpm / tpm_atmel_twi.c
index 860848777d836b5048e04f936f94c28a517820cf..2079ea913e4428d88e03a962c00e5a667aecbba5 100644 (file)
@@ -1,14 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2013 Guntermann & Drunck, GmbH
  *
  * Written by Dirk Eibach <dirk.eibach@gdsys.cc>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
-#include <tpm.h>
+#include <tpm-v1.h>
 #include <i2c.h>
 #include <asm/unaligned.h>