Commit 58a685c2d8f0616b5c6cfa0f7a9f2d081af3c6fd

Authored by Cody P Schafer
Committed by Benjamin Herrenschmidt
1 parent 0a8cf9e28c

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

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/powerpc/perf/hv-gpci.c
... ... @@ -78,7 +78,7 @@
78 78 return sprintf(page, "0x%x\n", COUNTER_INFO_VERSION_CURRENT);
79 79 }
80 80  
81   -DEVICE_ATTR_RO(kernel_version);
  81 +static DEVICE_ATTR_RO(kernel_version);
82 82 HV_CAPS_ATTR(version, "0x%x\n");
83 83 HV_CAPS_ATTR(ga, "%d\n");
84 84 HV_CAPS_ATTR(expanded, "%d\n");