]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/tpm/tpm_private.h
tpm: Remove old pre-driver-model I2C code
[karo-tx-uboot.git] / drivers / tpm / tpm_private.h
index 8894c98e6a87dc6aad2e01ef57a29d1467527d2f..daaf8b80291165a688acce395deda37c7b452760 100644 (file)
@@ -129,10 +129,8 @@ struct tpm_cmd_t {
 
 struct tpm_chip *tpm_register_hardware(const struct tpm_vendor_specific *);
 
-int tpm_vendor_init(uint32_t dev_addr);
-
 struct udevice;
-int tpm_vendor_init_dev(struct udevice *dev);
+int tpm_vendor_init(struct udevice *dev);
 
 void tpm_vendor_cleanup(struct tpm_chip *chip);