OMAPDSS: Fix compile for dss_debugfs_create_file
authorTony Lindgren <tony@atomide.com>
Tue, 5 Jun 2012 08:20:55 +0000 (01:20 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 5 Jun 2012 08:20:55 +0000 (01:20 -0700)
Otherwise we get:

drivers/video/omap2/dss/core.c:197: error: static declaration of
'dss_debugfs_create_file' follows non-static declaration
drivers/video/omap2/dss/dss.h:166: error: previous declaration of
'dss_debugfs_create_file' was here

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found