From: Markos Chandras Date: Wed, 11 Sep 2013 12:17:52 +0000 (+0100) Subject: MIPS: kernel: vpe: Make vpe_attrs an array of pointers. X-Git-Tag: v3.12-rc1~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4676330aa6782bd73ec24cb4896467475f29f5;p=pandora-kernel.git MIPS: kernel: vpe: Make vpe_attrs an array of pointers. 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 Cc: John Crispin Cc: Greg Kroah-Hartman Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5819/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed