From: Helge Deller Date: Thu, 10 Aug 2023 21:00:18 +0000 (+0200) Subject: parisc: perf: Make cpu_device variable static X-Git-Tag: v6.6.17~4231^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d863066e6ce0a70c479a7f618088912ac0ba44ac;p=platform%2Fkernel%2Flinux-rpi.git parisc: perf: Make cpu_device variable static Signed-off-by: Helge Deller --- diff --git a/arch/parisc/kernel/perf.c b/arch/parisc/kernel/perf.c index 90b04d8..b0f0816 100644 --- a/arch/parisc/kernel/perf.c +++ b/arch/parisc/kernel/perf.c @@ -57,7 +57,7 @@ struct rdr_tbl_ent { static int perf_processor_interface __read_mostly = UNKNOWN_INTF; static int perf_enabled __read_mostly; static DEFINE_SPINLOCK(perf_lock); -struct parisc_device *cpu_device __read_mostly; +static struct parisc_device *cpu_device __read_mostly; /* RDRs to write for PCX-W */ static const int perf_rdrs_W[] =