Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / include / linux / tpm.h
index bcdd379..06639fb 100644 (file)
@@ -44,7 +44,7 @@ struct tpm_class_ops {
        bool (*update_timeouts)(struct tpm_chip *chip,
                                unsigned long *timeout_cap);
        int (*request_locality)(struct tpm_chip *chip, int loc);
-       void (*relinquish_locality)(struct tpm_chip *chip, int loc);
+       int (*relinquish_locality)(struct tpm_chip *chip, int loc);
        void (*clk_enable)(struct tpm_chip *chip, bool value);
 };