diff options
| author | Stewart Smith <stewart@linux.ibm.com> | 2018-12-17 18:28:09 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2019-01-18 16:36:54 +1100 |
| commit | 625f9ac034f14cc5733fdc8945c899fcba79e693 (patch) | |
| tree | 7e245e4f9e0c1af9b06a1c80f818cbbabb8a7a52 /platforms | |
| parent | 59a21fc87f54075365e63a3a6950576a4c7746f3 (diff) | |
| download | talos-skiboot-625f9ac034f14cc5733fdc8945c899fcba79e693.tar.gz talos-skiboot-625f9ac034f14cc5733fdc8945c899fcba79e693.zip | |
zz: platform_ocapi can be static
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'platforms')
| -rw-r--r-- | platforms/ibm-fsp/zz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/ibm-fsp/zz.c b/platforms/ibm-fsp/zz.c index 040eca1d..5e62403b 100644 --- a/platforms/ibm-fsp/zz.c +++ b/platforms/ibm-fsp/zz.c @@ -29,7 +29,7 @@ #include "lxvpd.h" /* We don't yet create NPU device nodes on ZZ, but these values are correct */ -const struct platform_ocapi zz_ocapi = { +static const struct platform_ocapi zz_ocapi = { .i2c_engine = 1, .i2c_port = 4, .i2c_reset_addr = 0x20, |

