[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210605203807.60547-1-rikard.falkeborn@gmail.com>
Date: Sat, 5 Jun 2021 22:38:03 +0200
From: Rikard Falkeborn <rikard.falkeborn@...il.com>
To: Hans de Goede <hdegoede@...hat.com>,
Mark Gross <mgross@...ux.intel.com>,
Frank Seidel <frank@...eidel.de>,
"David E. Box" <david.e.box@...ux.intel.com>,
Justin Ernst <justin.ernst@....com>
Cc: Alexander Duyck <alexander.h.duyck@...ux.intel.com>,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Mike Travis <mike.travis@....com>,
Rikard Falkeborn <rikard.falkeborn@...il.com>
Subject: [PATCH 0/4] platform/x86: Constify static attribute_group structs
Constify a couple of static attribute_group structs which are never
modified to allow the compiler to put them in read-only memory.
Rikard Falkeborn (4):
platform/x86: hdaps: Constify static attribute_group struct
platform/x86: intel_pmt_crashlog: Constify static attribute_group
struct
platform/x86: tc1100-wmi: Constify static attribute_group struct
x86/platform/uv: Constify static attribute_group struct
drivers/platform/x86/hdaps.c | 2 +-
drivers/platform/x86/intel_pmt_crashlog.c | 2 +-
drivers/platform/x86/tc1100-wmi.c | 2 +-
drivers/platform/x86/uv_sysfs.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
--
2.31.1
Powered by blists - more mailing lists