aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/pxafb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/pxafb.h')
-rw-r--r--drivers/video/fbdev/pxafb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/pxafb.h b/drivers/video/fbdev/pxafb.h
index 26ba9fa3f737..5dc414e26fc8 100644
--- a/drivers/video/fbdev/pxafb.h
+++ b/drivers/video/fbdev/pxafb.h
@@ -167,6 +167,8 @@ struct pxafb_info {
void (*lcd_power)(int, struct fb_var_screeninfo *);
void (*backlight_power)(int);
+
+ struct pxafb_mach_info *inf;
};
#define TO_INF(ptr,member) container_of(ptr,struct pxafb_info,member)