Revert "intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jul 2023 17:56:08 +0000 (19:56 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jul 2023 17:56:08 +0000 (19:56 +0200)
This reverts commit b2918089d5cb ("intel_idle: Add __init annotation to
matchup_vm_state_with_baremetal()"), because the commit fixed by it will
be reverted.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c

index b930036..34201d7 100644 (file)
@@ -2147,7 +2147,7 @@ static void __init intel_idle_cpuidle_devices_uninit(void)
  * All our short idle states are dominated by vmexit/vmenter latencies,
  * not the underlying hardware latencies so we keep our values for these.
  */
-static void __init matchup_vm_state_with_baremetal(void)
+static void matchup_vm_state_with_baremetal(void)
 {
        int cstate;