提交 bafd67d3 编写于 作者: M Manish Badarkhe 提交者: Tom Rini

tps6586x: staticize funtions

Make funtions static which are locally used in file.
Signed-off-by: NManish Badarkhe <badarkhe.manish@gmail.com>
上级 96ee97a1
......@@ -32,7 +32,7 @@ enum {
};
#define MAX_I2C_RETRY 3
int tps6586x_read(int reg)
static int tps6586x_read(int reg)
{
int i;
uchar data;
......@@ -61,7 +61,7 @@ exit:
return retval;
}
int tps6586x_write(int reg, uchar *data, uint len)
static int tps6586x_write(int reg, uchar *data, uint len)
{
int i;
int retval = -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册