From: Tomi Valkeinen Date: Wed, 23 May 2012 13:45:09 +0000 (+0300) Subject: OMAPDSS: fix build when DEBUG_FS or DSS_DEBUG_SUPPORT disabled X-Git-Tag: v3.5-rc3~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9a126e95748e8283488818d98ae5bcb7b84515;p=pandora-kernel.git OMAPDSS: fix build when DEBUG_FS or DSS_DEBUG_SUPPORT disabled If CONFIG_DEBUG_FS or CONFIG_OMAP2_DSS_DEBUG_SUPPORT is disabled, the build fails: drivers/video/omap2/dss/core.c:197:50: error: static declaration of 'dss_debugfs_create_file' follows non-static declaration drivers/video/omap2/dss/dss.h:166:5: note: previous declaration of 'dss_debugfs_create_file' was here This patch fixes the dummy dss_debugfs_create_file() so that the driver builds. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed