]> Git Repo - linux.git/blob - arch/m68k/kernel/module.lds
ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
[linux.git] / arch / m68k / kernel / module.lds
1 SECTIONS {
2         .m68k_fixup : {
3                 __start_fixup = .;
4                 *(.m68k_fixup)
5                 __stop_fixup = .;
6         }
7 }
This page took 0.033639 seconds and 4 git commands to generate.