diff options
author | Will Deacon <will.deacon@arm.com> | 2018-03-09 15:28:43 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2018-03-09 15:28:43 +0000 |
commit | 654c39c7982c5314748eda50352dbc35099a2595 (patch) | |
tree | 43ed8fe28476276c882c4ab13956b2b19f1739ec /include/asm-generic | |
parent | af40ff687bc9d351030685fde2f57ba45ab4fc14 (diff) | |
parent | 8dc12538dd14480ffcbcbf18b80dc641ee37e9de (diff) | |
download | blackbird-obmc-linux-654c39c7982c5314748eda50352dbc35099a2595.tar.gz blackbird-obmc-linux-654c39c7982c5314748eda50352dbc35099a2595.zip |
Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into aarch64/for-next/core
Three ACPI IORT clean-up patches aimed at v4.17 release cycle:
- Removal of IORT linker script entry re-introduced by mistake by clocksource
drivers refactoring (J.He)
- Two ACPICA guards removal of previously introduced guards to prevent
ACPICA<->kernel patches dependencies (L.Pieralisi)
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 1ab0e520d6fc..58b1dab0cf59 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h @@ -589,7 +589,6 @@ IRQCHIP_OF_MATCH_TABLE() \ ACPI_PROBE_TABLE(irqchip) \ ACPI_PROBE_TABLE(timer) \ - ACPI_PROBE_TABLE(iort) \ EARLYCON_TABLE() #define INIT_TEXT \ |