aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tpm/tpm_acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tpm/tpm_acpi.c')
-rw-r--r--sys/dev/tpm/tpm_acpi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/tpm/tpm_acpi.c b/sys/dev/tpm/tpm_acpi.c
index 496d0e8173e3..12167e90c4a0 100644
--- a/sys/dev/tpm/tpm_acpi.c
+++ b/sys/dev/tpm/tpm_acpi.c
@@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$");
#include <contrib/dev/acpica/include/accommon.h>
#include <dev/acpica/acpivar.h>
-
-
char *tpm_ids[] = {"ATM1200", "BCM0102", "INTC0102", "SNO3504", "WEC1000",
"PNP0C31", NULL};
@@ -53,7 +51,7 @@ static int
tpm_acpi_probe(device_t dev)
{
int rv;
-
+
rv = ACPI_ID_PROBE(device_get_parent(dev), dev, tpm_ids, NULL);
if (rv <= 0)
device_set_desc(dev, "Trusted Platform Module");