summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorMarcus Lorentzon <marcus.xm.lorentzon@stericsson.com>2011-10-25 18:10:20 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-27 11:31:47 +0200
commit1b8cbdab7d3a2182aa518cfcf445e4d0505b1a24 (patch)
treeeac817ed1ad22cc97950cc1478304c6f1a22ab0f /include/video
parent94160bce5ef05ea15d996b8c70b37148fc8ce4fe (diff)
video: av8100: Remove fb on/off machine dependency
AV8100 driver is calling into an external function defined in mach-ux500 making this driver statically machine dependant. This patch attempt to remove this dependency. ST-Ericsson ID: 369972 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: Iff8943905ea7b1a072feb5d6a42886daed33a6a9 Signed-off-by: Marcus Lorentzon <marcus.xm.lorentzon@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35243 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/mcde_display-av8100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/mcde_display-av8100.h b/include/video/mcde_display-av8100.h
index 52578a675f1..7c13b49e58f 100644
--- a/include/video/mcde_display-av8100.h
+++ b/include/video/mcde_display-av8100.h
@@ -43,7 +43,7 @@ struct display_driver_data {
struct regulator *cvbs_regulator;
bool cvbs_regulator_enabled;
bool update_port_pixel_format;
- char *fbdevname;
+ const char *fbdevname;
struct mcde_video_mode *video_mode;
};