Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58a685c2 authored by Cody P Schafer's avatar Cody P Schafer Committed by Benjamin Herrenschmidt
Browse files

powerpc/perf/hv-gpci: Make device attr static

parent 0a8cf9e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static ssize_t kernel_version_show(struct device *dev,
	return sprintf(page, "0x%x\n", COUNTER_INFO_VERSION_CURRENT);
}

DEVICE_ATTR_RO(kernel_version);
static DEVICE_ATTR_RO(kernel_version);
HV_CAPS_ATTR(version, "0x%x\n");
HV_CAPS_ATTR(ga, "%d\n");
HV_CAPS_ATTR(expanded, "%d\n");