summaryrefslogtreecommitdiffstats
path: root/hdata/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdata/i2c.c')
-rw-r--r--hdata/i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdata/i2c.c b/hdata/i2c.c
index 9de6aa4a..c7f38e98 100644
--- a/hdata/i2c.c
+++ b/hdata/i2c.c
@@ -90,7 +90,7 @@ struct hdat_i2c_type {
const char *compat;
};
-struct hdat_i2c_type hdat_i2c_devs[] = {
+static struct hdat_i2c_type hdat_i2c_devs[] = {
/* XXX: Please verify that all VPD EEPROMs are of this type */
{ 0x2, "eeprom", "atmel,24c128" }
};
@@ -100,7 +100,7 @@ struct hdat_i2c_label {
const char *label;
};
-struct hdat_i2c_label hdat_i2c_labels[] = {
+static struct hdat_i2c_label hdat_i2c_labels[] = {
{ 0x1, "9551-led-controller" },
{ 0x2, "seeprom" },
{ 0x5, "module-vpd" },
OpenPOWER on IntegriCloud