scan.c (30596ec32e2cd141d73ee8701386887def9e98c0) | scan.c (cc6a0e315a68e5db85bea347b0c5b0fe4a9a5904) |
---|---|
1/* 2 * scan.c - support for transforming the ACPI namespace into individual objects 3 */ 4 5#include <linux/module.h> 6#include <linux/init.h> 7#include <linux/slab.h> 8#include <linux/kernel.h> --- 2152 unchanged lines hidden (view full) --- 2161 acpi_pci_root_init(); 2162 acpi_pci_link_init(); 2163 acpi_processor_init(); 2164 acpi_lpss_init(); 2165 acpi_apd_init(); 2166 acpi_cmos_rtc_init(); 2167 acpi_container_init(); 2168 acpi_memory_hotplug_init(); | 1/* 2 * scan.c - support for transforming the ACPI namespace into individual objects 3 */ 4 5#include <linux/module.h> 6#include <linux/init.h> 7#include <linux/slab.h> 8#include <linux/kernel.h> --- 2152 unchanged lines hidden (view full) --- 2161 acpi_pci_root_init(); 2162 acpi_pci_link_init(); 2163 acpi_processor_init(); 2164 acpi_lpss_init(); 2165 acpi_apd_init(); 2166 acpi_cmos_rtc_init(); 2167 acpi_container_init(); 2168 acpi_memory_hotplug_init(); |
2169 acpi_watchdog_init(); |
|
2169 acpi_pnp_init(); 2170 acpi_int340x_thermal_init(); 2171 acpi_amba_init(); | 2170 acpi_pnp_init(); 2171 acpi_int340x_thermal_init(); 2172 acpi_amba_init(); |
2172 acpi_watchdog_init(); | |
2173 acpi_init_lpit(); 2174 2175 acpi_scan_add_handler(&generic_device_handler); 2176 2177 /* 2178 * If there is STAO table, check whether it needs to ignore the UART 2179 * device in SPCR table. 2180 */ --- 136 unchanged lines hidden --- | 2173 acpi_init_lpit(); 2174 2175 acpi_scan_add_handler(&generic_device_handler); 2176 2177 /* 2178 * If there is STAO table, check whether it needs to ignore the UART 2179 * device in SPCR table. 2180 */ --- 136 unchanged lines hidden --- |