diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-06-25 05:35:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-06-25 05:35:30 +0000 |
| commit | bbecd3148abf68918b1aa5fc7750dd8ec17fea72 (patch) | |
| tree | 5553077a1fc00e2c3e19d362eadc19a80e27583f /sys/dev/tpm | |
| parent | 6a467c783d669854fdfd3fb817f8c9824c4f6fe6 (diff) | |
Diffstat (limited to 'sys/dev/tpm')
| -rw-r--r-- | sys/dev/tpm/tpm_tis_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tpm/tpm_tis_acpi.c b/sys/dev/tpm/tpm_tis_acpi.c index 32c73e5f2483..1d76d4f73266 100644 --- a/sys/dev/tpm/tpm_tis_acpi.c +++ b/sys/dev/tpm/tpm_tis_acpi.c @@ -83,4 +83,4 @@ static device_method_t tpmtis_methods[] = { DEFINE_CLASS_2(tpmtis, tpmtis_acpi_driver, tpmtis_methods, sizeof(struct tpm_sc), tpmtis_driver, tpm_bus_driver); -DRIVER_MODULE(tpmtis, acpi, tpmtis_driver, 0, 0); +DRIVER_MODULE(tpmtis, acpi, tpmtis_acpi_driver, 0, 0); |
