Skip to content

Commit f8c6c92

Browse files
sudeep-hollactmarinas
authored andcommitted
ACPI: arm64: Sort entries alphabetically
Sort the entries in the Makefile alphabetically. Signed-off-by: Sudeep Holla <[email protected]> Acked-by: Hanjun Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 83a7eef commit f8c6c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/acpi/arm64/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-$(CONFIG_ACPI_AGDI) += agdi.o
3-
obj-$(CONFIG_ACPI_IORT) += iort.o
4-
obj-$(CONFIG_ACPI_GTDT) += gtdt.o
53
obj-$(CONFIG_ACPI_APMT) += apmt.o
4+
obj-$(CONFIG_ACPI_GTDT) += gtdt.o
5+
obj-$(CONFIG_ACPI_IORT) += iort.o
66
obj-$(CONFIG_ARM_AMBA) += amba.o
77
obj-y += dma.o init.o
88
obj-y += thermal_cpufreq.o

0 commit comments

Comments
 (0)