Skip to content
Commit 0e9a126e authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent e92a5b28
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment