Skip to content

Commit 4e59e93

Browse files
committed
amdgpu: Remove amdgpu_atpx_handler
It's only needed when CONFIG_VGA_SWITCHEROO is on and it's GPL-2.0-only
1 parent 2ddad8d commit 4e59e93

File tree

2 files changed

+1
-688
lines changed

2 files changed

+1
-688
lines changed

amd/amdgpu/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,7 @@ SRCS_DEBUG= amdgpu_dm_crc.c \
553553
amdgpu_dm_debugfs.c
554554

555555
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "aarch64"
556-
SRCS+= amdgpu_acpi.c \
557-
amdgpu_atpx_handler.c
556+
SRCS+= amdgpu_acpi.c
558557
.endif
559558

560559
.if ${MACHINE_CPUARCH} == "amd64"

0 commit comments

Comments
 (0)