Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333284
b: refs/heads/master
c: a4ee777
h: refs/heads/master
v: v3
  • Loading branch information
Tony Prisk authored and Olof Johansson committed Oct 7, 2012
1 parent ed5439b commit 0a6212f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: ed304be1b222398cd15954724e95787bb42e3b37
refs/heads/master: a4ee7770c4a0eefda655bf1e19ba0eb48da828a6
5 changes: 4 additions & 1 deletion trunk/arch/arm/mach-vt8500/vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ static void vt8500_power_off(void)

void __init vt8500_init(void)
{
struct device_node *np, *fb;
struct device_node *np;
#if defined(CONFIG_FB_VT8500) || defined(CONFIG_FB_WM8505)
struct device_node *fb;
void __iomem *gpio_base;
#endif

#ifdef CONFIG_FB_VT8500
fb = of_find_compatible_node(NULL, NULL, "via,vt8500-fb");
Expand Down

0 comments on commit 0a6212f

Please sign in to comment.