Change-Id: I5a4afe0891e13fb5e81bec91b7b10da0ba9609af
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
return -EIO;
}
-static int get_device_serial(char **out)
+static int get_device_serial_number(char **out)
{
int ret;
if (info.serial_len > 0 && strlen(info.serial) == info.serial_len) {
if (!board_funcs)
return -ENOMEM;
- board_funcs->get_device_serial = get_device_serial;
+ board_funcs->get_device_serial_number = get_device_serial_number;
*data = (void *)board_funcs;