git: ef1851fb435d - main - acpi_ged: Module build no longer needs to define INTRNG

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 24 Oct 2022 18:13:57 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=ef1851fb435d5e811601e8dba8bf6dca6db0f428

commit ef1851fb435d5e811601e8dba8bf6dca6db0f428
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-24 18:12:29 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-24 18:13:04 +0000

    acpi_ged: Module build no longer needs to define INTRNG
    
    Now that we properly define INTRNG generically on all the platforms that
    need it in opt_global.h, we don't need to define it here.
    
    Sponsored by:           Netflix
    Reviewed by:            kevans
    Differential Revision:  https://reviews.freebsd.org/D37110
---
 sys/modules/acpi/acpi_ged/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/modules/acpi/acpi_ged/Makefile b/sys/modules/acpi/acpi_ged/Makefile
index 87dd53b88b2b..78f0303f275e 100644
--- a/sys/modules/acpi/acpi_ged/Makefile
+++ b/sys/modules/acpi/acpi_ged/Makefile
@@ -1,9 +1,6 @@
 #	$FreeBSD$
 
 .PATH:	${SRCTOP}/sys/dev/acpica
-.if ${MACHINE_CPUARCH} == "aarch64"
-CFLAGS += -DINTRNG
-.endif
 KMOD=	acpi_ged
 SRCS=	acpi_ged.c
 SRCS+=	opt_acpi.h opt_evdev.h acpi_if.h bus_if.h device_if.h