fru: mark ipmi_fru_query_new_value as static

Mark ipmi_fru_query_new_value as static as it's only
used internally in this object.

Signed-off-by: Patrick Venture <venture@google.com>
This commit is contained in:
Patrick Venture 2018-12-28 07:23:56 -08:00 committed by Alexander Amelkin
parent 6dcb168442
commit 49384e47be

View File

@ -1486,7 +1486,9 @@ fru_area_print_multirec(struct ipmi_intf * intf, struct fru_info * fru,
* returns : TRUE if data changed * returns : TRUE if data changed
* returns : FALSE if data not changed * returns : FALSE if data not changed
*/ */
int ipmi_fru_query_new_value(uint8_t *data,int offset, size_t len) static
int
ipmi_fru_query_new_value(uint8_t *data,int offset, size_t len)
{ {
int status=FALSE; int status=FALSE;
int ret; int ret;