i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_data

rename imxfb_mach_info to a name more common to kernel hackers

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer
2008-12-16 11:44:09 +01:00
parent 66c8719b2e
commit 278892736e
2 changed files with 37 additions and 36 deletions

View File

@@ -46,7 +46,7 @@
#define DMACR_HM(x) (((x) & 0xf) << 16)
#define DMACR_TM(x) ((x) & 0xf)
struct imxfb_mach_info {
struct imx_fb_platform_data {
u_long pixclock;
u_short xres;
@@ -79,4 +79,5 @@ struct imxfb_mach_info {
void (*lcd_power)(int);
void (*backlight_power)(int);
};
void set_imx_fb_info(struct imxfb_mach_info *hard_imx_fb_info);
void set_imx_fb_info(struct imx_fb_platform_data *);