Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345515
b: refs/heads/master
c: 6ecf18f
h: refs/heads/master
i:
  345513: 6ff9499
  345511: ca8a3a9
v: v3
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Nov 29, 2012
1 parent 89e903c commit 394d42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e8755dd8f9ca8a0da4c4cbff164fc42b4456539
refs/heads/master: 6ecf18f9e769f77e918f2a18b35faf2a4844ad1a
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ struct fimd_driver_data {
unsigned int timing_base;
};

struct fimd_driver_data exynos4_fimd_driver_data = {
static struct fimd_driver_data exynos4_fimd_driver_data = {
.timing_base = 0x0,
};

struct fimd_driver_data exynos5_fimd_driver_data = {
static struct fimd_driver_data exynos5_fimd_driver_data = {
.timing_base = 0x20000,
};

Expand Down

0 comments on commit 394d42f

Please sign in to comment.