Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: kernel: vpe: Make vpe_attrs an array of pointers.
Commit 567b21e "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 <[email protected]> Cc: John Crispin <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Markos Chandras <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/5819/ Signed-off-by: Ralf Baechle <[email protected]>
- Loading branch information