summaryrefslogtreecommitdiffstats
path: root/libpdbg/fake.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/fake.c')
-rw-r--r--libpdbg/fake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpdbg/fake.c b/libpdbg/fake.c
index 5e5571c..ec03ccf 100644
--- a/libpdbg/fake.c
+++ b/libpdbg/fake.c
@@ -30,7 +30,7 @@ static int fake_fsi_write(struct fsi *fsi, uint32_t addr, uint32_t value)
return 0;
}
-struct fsi fake_fsi = {
+static struct fsi fake_fsi = {
.target = {
.name = "Fake FSI",
.compatible = "ibm,fake-fsi",
@@ -54,7 +54,7 @@ static int fake_pib_write(struct pib *pib, uint64_t addr, uint64_t value)
return 0;
}
-struct pib fake_pib = {
+static struct pib fake_pib = {
.target = {
.name = "Fake PIB",
.compatible = "ibm,fake-pib",
OpenPOWER on IntegriCloud