From 086ada54abaa4316e8603f02410fe8ebc9ba2de1 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 14 Jan 2012 12:03:22 +0000 Subject: FB: sa1100: remove global sa1100fb_.*_power function pointers Now that we have platform data contained within the individual board code, we can get rid of the global function pointers, placing them inside the platform data instead. Acked-by: Florian Tobias Schandinat Signed-off-by: Russell King --- include/video/sa1100fb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/video') diff --git a/include/video/sa1100fb.h b/include/video/sa1100fb.h index e73c813..4ab4096 100644 --- a/include/video/sa1100fb.h +++ b/include/video/sa1100fb.h @@ -54,6 +54,10 @@ struct sa1100fb_mach_info { /* Overrides for the default RGB maps */ const struct sa1100fb_rgb *rgb[NR_RGB]; + + void (*backlight_power)(int); + void (*lcd_power)(int); + void (*set_visual)(u32); }; #endif -- cgit v1.1