HomeFreeBSD

i386 acpi: Remove unneeded function declaration.

Description

i386 acpi: Remove unneeded function declaration.

The declaration didn't use matching array bounds as the later
definition raising a -Warray-parameters warning from GCC. However,
the function is also defined before it is used, so the declaration
isn't strictly needed.

Details

Provenance
jhbAuthored on Jun 30 2023, 4:34 PM
Parents
rG56f3f2d2491e: libsecureboot: avoid set but not used errors
Branches
Unknown
Tags
Unknown