On Wed, Sep 11, 2013 at 01:17:52PM +0100, Markos Chandras wrote: > Commit 567b21e973ccf5b0d13776e408d7c67099749eb8 > "mips: convert vpe_class to use dev_groups" > > broke the build on MIPS since vpe_attrs should be an array > of 'struct device_attribute' pointers. > > Fixes the following build problem: > arch/mips/kernel/vpe.c:1372:2: error: missing braces around initializer > [-Werror=missing-braces] > arch/mips/kernel/vpe.c:1372:2: error: (near initialization for 'vpe_attrs[0]') > [-Werror=missing-braces] > > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: John Crispin <blogic@xxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Markos Chandras <markos.chandras@xxxxxxxxxx> > --- > arch/mips/kernel/vpe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ugh, sorry about that, I thought I cross-built this, testing it out, but it looks like I didn't. I'll queue this up after 3.12-rc1 is out, thanks for sending it. greg k-h