]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/tpm/tpm_ibmvtpm.c
tpm: Remove tpm_show_caps_1_2
[karo-tx-linux.git] / drivers / char / tpm / tpm_ibmvtpm.c
index 838f0431481474e571a6518601a9967ff8edf514..2783a42aa73295406bee2ff845f5ae08a2d9c738 100644 (file)
@@ -419,7 +419,7 @@ static DEVICE_ATTR(active, S_IRUGO, tpm_show_active, NULL);
 static DEVICE_ATTR(owned, S_IRUGO, tpm_show_owned, NULL);
 static DEVICE_ATTR(temp_deactivated, S_IRUGO, tpm_show_temp_deactivated,
                   NULL);
-static DEVICE_ATTR(caps, S_IRUGO, tpm_show_caps_1_2, NULL);
+static DEVICE_ATTR(caps, S_IRUGO, tpm_show_caps, NULL);
 static DEVICE_ATTR(cancel, S_IWUSR | S_IWGRP, NULL, tpm_store_cancel);
 static DEVICE_ATTR(durations, S_IRUGO, tpm_show_durations, NULL);
 static DEVICE_ATTR(timeouts, S_IRUGO, tpm_show_timeouts, NULL);