Skip to content
Commit 15560574 authored by Rikard Falkeborn's avatar Rikard Falkeborn Committed by Rafael J. Wysocki
Browse files

PM: sleep: Constify static struct attribute_group



The only usage of suspend_attr_group is to put its address in an
array of pointers to const attribute_group structs.

Make it const to allow the compiler to put it into read-only memory.

Signed-off-by: default avatarRikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent eb23d91a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment