Re: linux-next: build failure after merge of the final tree (stagingtree related)

From: Jonathan Cameron
Date: Tue Nov 13 2012 - 04:24:27 EST


On 13/11/12 05:51, Stephen Rothwell wrote:
Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

In file included from drivers/power/lp8788-charger.c:15:0:
include/linux/iio/consumer.h:76:21: error: unknown type name 'u8'
include/linux/iio/consumer.h:78:11: error: expected ';', ',' or ')' before 'void'

Caused by commit 92d1079b281f ("staging:iio: add a callback buffer for in
kernel push interface"). Presumably just a missing include.

I have reverted that commit for today (it introduces a set of not yet
used interfaces).

Oops. Missed that. Needs

#include <linux/types.h>

Sorry about that will fix up sometime in the next few days.

--
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/