[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5762D7F3.50802@infradead.org>
Date: Thu, 16 Jun 2016 09:46:43 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>, linux-next@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Stephen Boyd <stephen.boyd@...aro.org>
Subject: Re: linux-next: Tree for Jun 16 (linux/firmware.h)
[adding Stephen Boyd]
On 06/16/16 08:02, Randy Dunlap wrote:
> On 06/15/16 22:49, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20160615:
>>
>
> on i386 and/or x86_64:
>
> In file included from ../drivers/fpga/fpga-mgr.c:21:0:
> ../include/linux/firmware.h:82:1: error: expected identifier or ( before { token
> {
> ^
>
>
See:
static inline int request_firmware_into_buf(const struct firmware **firmware_p,
const char *name, struct device *device, void *buf, size_t size);
{
return -EINVAL;
}
--
~Randy
Powered by blists - more mailing lists