intel_idle: do not sprinkle module parameter definitions around
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 20 Apr 2023 06:47:21 +0000 (09:47 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Apr 2023 17:37:36 +0000 (19:37 +0200)
commit4152379a701ad66b6c4e1c9fc93704d993e49615
tree19eb3c634a4b1d72b7ddb2b9bf2ec883f8bf8007
parentdb1ae0c99950502d10e09d0c57ed1e16cd854b20
intel_idle: do not sprinkle module parameter definitions around

This is a cleanup which improves code consistency. Move the force_irq_on
module parameter variable and definition to the same place where we have
variables and definitions for other module parameters.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Reviewed-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c