diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-12-19 22:17:30 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-12-19 22:17:30 +0000 |
| commit | a8c594d27779b95f33c856521ec1039fa552d869 (patch) | |
| tree | f384716eb31d8e0567bc778b0a2bdba95212fdae | |
| parent | 34892a8e30055000352d9612ad985be550c82bea (diff) | |
files.amd64: remove some lines duplicated from files.x86
These were added to files.x86 because they were duplicated in both
files.i386 and files.amd64, but they did not end up removed in the
latter. Garbage collect them now.
Reviewed by: jhibbits
Fixes: b9c6fa339d9c7 ("files.x86: Pull in some more duplicate [...]")
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D54295
| -rw-r--r-- | sys/conf/files.amd64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index e4f01813bc8f..5de81ce58ef8 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -380,8 +380,6 @@ dev/smartpqi/smartpqi_tag.c optional smartpqi dev/sume/if_sume.c optional sume dev/syscons/apm/apm_saver.c optional apm_saver apm dev/tpm/tpm_crb.c optional tpm acpi -dev/tpm/tpm_acpi.c optional tpm acpi -dev/tpm/tpm_isa.c optional tpm isa dev/p2sb/p2sb.c optional p2sb pci dev/p2sb/lewisburg_gpiocm.c optional lbggpiocm p2sb dev/p2sb/lewisburg_gpio.c optional lbggpio lbggpiocm |
