[PATCH 1/3] imx/fb: struct imx_ipu_fb_platform_data remove const for mode
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Sep 24 07:01:16 EDT 2010
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
arch/arm/mach-imx/include/mach/imx-ipu-fb.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-imx/include/mach/imx-ipu-fb.h b/arch/arm/mach-imx/include/mach/imx-ipu-fb.h
index dd65b04..8e1cc87 100644
--- a/arch/arm/mach-imx/include/mach/imx-ipu-fb.h
+++ b/arch/arm/mach-imx/include/mach/imx-ipu-fb.h
@@ -25,7 +25,7 @@
* struct mx3fb_platform_data - mx3fb platform data
*/
struct imx_ipu_fb_platform_data {
- const struct fb_videomode *mode;
+ struct fb_videomode *mode;
unsigned char bpp;
void __iomem *framebuffer;
/** hook to enable backlight and stuff */
--
1.7.1
More information about the barebox
mailing list