summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2009-06-01 14:08:12 +0300
committerWajahat Khan <w-khan@ti.com>2009-10-19 10:26:52 -0500
commitadb572669c0aed634107741ec78c22ba4dc47210 (patch)
treeaa75bc7a47997c911076a1b7d5e955472107752a
parent1cba389f34fa2a48521c4fca58ce74e8178b9e72 (diff)
DSS2: VRFB: make vrfb_hw_context static
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
-rw-r--r--arch/arm/plat-omap/vrfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/vrfb.c b/arch/arm/plat-omap/vrfb.c
index 34395c201d76..59ac66a32094 100644
--- a/arch/arm/plat-omap/vrfb.c
+++ b/arch/arm/plat-omap/vrfb.c
@@ -49,7 +49,7 @@ static unsigned long ctx_map_active;
* we don't need locking, since no drivers will run until after the wake-up
* has finished.
*/
-struct {
+static struct {
u32 physical_ba;
u32 control;
u32 size;