Re: linux-next: Tree for Mar 4 (platform/chrome)

From: Randy Dunlap
Date: Wed Mar 04 2015 - 14:06:22 EST


On 03/03/15 20:03, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20150303:
>

on i386 or x86_64:

CC drivers/platform/chrome/cros_ec_lpc.o
../drivers/platform/chrome/cros_ec_lpc.c: In function 'ec_response_timed_out':
../drivers/platform/chrome/cros_ec_lpc.c:40:3: error: implicit declaration of function 'inb' [-Werror=implicit-function-declaration]
if (!(inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK))
^
../drivers/platform/chrome/cros_ec_lpc.c: In function 'cros_ec_cmd_xfer_lpc':
../drivers/platform/chrome/cros_ec_lpc.c:75:3: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration]
outb(msg->outdata[i], EC_LPC_ADDR_HOST_PARAM + i);
^



--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/