Skip to content

Commit d863066

Browse files
committed
parisc: perf: Make cpu_device variable static
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 2794f8e commit d863066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/perf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct rdr_tbl_ent {
5757
static int perf_processor_interface __read_mostly = UNKNOWN_INTF;
5858
static int perf_enabled __read_mostly;
5959
static DEFINE_SPINLOCK(perf_lock);
60-
struct parisc_device *cpu_device __read_mostly;
60+
static struct parisc_device *cpu_device __read_mostly;
6161

6262
/* RDRs to write for PCX-W */
6363
static const int perf_rdrs_W[] =

0 commit comments

Comments
 (0)