summaryrefslogtreecommitdiffstats
path: root/libpdbg/p8chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/p8chip.c')
-rw-r--r--libpdbg/p8chip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpdbg/p8chip.c b/libpdbg/p8chip.c
index 0123042..6cae663 100644
--- a/libpdbg/p8chip.c
+++ b/libpdbg/p8chip.c
@@ -307,7 +307,7 @@ static int p8_thread_probe(struct pdbg_target *target)
return 0;
}
-struct thread p8_thread = {
+static struct thread p8_thread = {
.target = {
.name = "POWER8 Thread",
.compatible = "ibm,power8-thread",
@@ -341,7 +341,7 @@ static int p8_core_probe(struct pdbg_target *target)
return 0;
}
-struct core p8_core = {
+static struct core p8_core = {
.target = {
.name = "POWER8 Core",
.compatible = "ibm,power8-core",
OpenPOWER on IntegriCloud