From: Arnd Bergmann Date: Thu, 24 Apr 2014 12:28:21 +0000 (+0100) Subject: video/mbx: fix building debugfs support X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~24^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fabd3152fb424cab804b18c0afdb59e96fe7c657;p=pandora-kernel.git video/mbx: fix building debugfs support The mbx framebuffer debugfs support apparently hasn't been able to build for a long time, at least since 2006 when the u.generic_ip field in the inode was removed. This fixes the obvious bug, and also makes it possible to build the driver as a module when debugfs support is enabled, by simply including the C file. It's ugly, but it won't make the driver any worse than it already is, and doesn't require a more invasive change that might break it further. Signed-off-by: Arnd Bergmann Signed-off-by: Peter Griffin Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org Cc: Raphael Assenat Cc: Mike Rapoport Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed