git: kernel/acpi: Fix buildkernel.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun May 3 04:30:56 PDT 2015


commit 17cfbf2b728e138d85cfbc3e6ba6d565e5c763be
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 3 13:28:02 2015 +0200

    kernel/acpi: Fix buildkernel.
    
    Not having ACPI_DEBUG in the kernel configuration broke the build of
    the acpi.ko module. Fix this by exposing AcpiUtConvertStringToUuid()'s
    prototype always when the ACPICA is built as a module. The other
    combinations are covered by 'files' and by the other ifdef checks.
    
    Checking the unmodified X86_64_GENERIC must have slipped through in my
    testing of b061b83c16d6660c9e03e24186b0addc5d4115d0 somehow. :(
    
    Reported-by: Robin Hahling <robin.hahling at gw-computing.net>

Summary of changes:
 sys/contrib/dev/acpica/source/include/acutils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17cfbf2b728e138d85cfbc3e6ba6d565e5c763be


-- 
DragonFly BSD source repository



More information about the Commits mailing list