Prepare for the constification of 'struct dev_ext_attribute' by changing the signature of the standard callback functions.
Intended for the driver-core tree. Signed-off-by: Thomas Weißschuh <[email protected]> --- Thomas Weißschuh (3): x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute drivers: perf: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute driver core: Constify the signature of device_show/store_*() arch/powerpc/perf/hv-24x7.c | 2 +- arch/x86/kernel/cpu/mce/core.c | 6 +++--- drivers/base/core.c | 30 ++++++++++++++--------------- drivers/perf/arm-cci.c | 2 +- drivers/perf/arm-ccn.c | 2 +- drivers/perf/arm_cspmu/arm_cspmu.h | 2 +- drivers/perf/arm_dsu_pmu.c | 2 +- drivers/perf/cxl_pmu.c | 10 +++++----- drivers/perf/fujitsu_uncore_pmu.c | 2 +- drivers/perf/hisilicon/hisi_pcie_pmu.c | 2 +- drivers/perf/hisilicon/hisi_uncore_pmu.h | 6 +++--- drivers/perf/hisilicon/hns3_pmu.c | 6 +++--- drivers/perf/nvidia_t410_c2c_pmu.c | 2 +- drivers/perf/nvidia_t410_cmem_latency_pmu.c | 12 ++++++------ drivers/perf/qcom_l3_pmu.c | 8 ++++---- drivers/perf/xgene_pmu.c | 2 +- include/linux/device.h | 14 +++++++------- 17 files changed, 55 insertions(+), 55 deletions(-) --- base-commit: 1160c2208fab4eaf4a32d738f83474c32c3a6944 change-id: 20260712-sysfs-const-attr-dev_ext_attr-dbf669fdfd4e Best regards, -- Thomas Weißschuh <[email protected]>
