Skip to content

Commit

Permalink
zz: platform_ocapi can be static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stewartsmith committed Jan 18, 2019
1 parent 59a21fc commit 625f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ibm-fsp/zz.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 625f9ac

Please sign in to comment.