From: Markos Chandras Date: Tue, 21 Oct 2014 12:23:11 +0000 (+0100) Subject: MIPS: Lasat: Add missing CONFIG_PROC_FS dependency to PICVUE_PROC X-Git-Tag: fixes-against-v3.18-rc2~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507a369e126bf094ffcef77735a56e25a61e9041;p=pandora-kernel.git MIPS: Lasat: Add missing CONFIG_PROC_FS dependency to PICVUE_PROC The picvue_proc.c file creates the /proc interface for the PICVUE LCD display driver. As a result of which, it needs to depend on the PROC_FS symbol to avoid build problems like the following one when CONFIG_PROC_FS is not enabled. arch/mips/lasat/picvue_proc.c:26:14: error: 'pvc_linename' defined but not used [-Werror=unused-variable] static char *pvc_linename[PVC_NLINES] = {"line1", "line2"}; ^ Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8174/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed