aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/mbx/mbxfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/mbx/mbxfb.c')
-rw-r--r--drivers/video/fbdev/mbx/mbxfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mbx/mbxfb.c b/drivers/video/fbdev/mbx/mbxfb.c
index 539b85da0897..6ded480a69b4 100644
--- a/drivers/video/fbdev/mbx/mbxfb.c
+++ b/drivers/video/fbdev/mbx/mbxfb.c
@@ -74,7 +74,7 @@ struct mbxfb_info {
74 74
75 u32 pseudo_palette[MAX_PALETTES]; 75 u32 pseudo_palette[MAX_PALETTES];
76#ifdef CONFIG_FB_MBX_DEBUG 76#ifdef CONFIG_FB_MBX_DEBUG
77 void *debugfs_data; 77 struct dentry *debugfs_dir;
78#endif 78#endif
79 79
80}; 80};