Skip to content
  • Darren Hart (VMware)'s avatar
    platform/x86: Fix dell driver init order · 49368c13
    Darren Hart (VMware) authored
    
    
    Update the initcall ordering to satisfy the following dependency
    ordering:
    
    1. DCDBAS, ACPI_WMI
    2. DELL_SMBIOS, DELL_RBTN
    3. DELL_LAPTOP, DELL_WMI
    
    By assigning them to the following initcall levels:
    
    subsys_initcall: DCDBAS, ACPI_WMI
    module_init: DELL_SMBIOS, DELL_RBTN
    late_initcall: DELL_LAPTOP, DELL_WMI
    
    Cc: Dominik Brodowski <linux@dominikbrodowski.net>
    Cc: Mario.Limonciello@dell.com
    Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
    49368c13