Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319891
b: refs/heads/master
c: 7041717
h: refs/heads/master
i:
  319889: 37c7eb2
  319887: 1d098e7
v: v3
  • Loading branch information
Viresh Kumar authored and Linus Torvalds committed Jul 31, 2012
1 parent de41289 commit 4bd04d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 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: c311b78b2a2fc644da2e748b7999b9ff081ec00e
refs/heads/master: 7041717e7c6ca33310d0c7333d9f7cebc65b2534
23 changes: 0 additions & 23 deletions trunk/arch/arm/mach-netx/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,6 @@ void netx_clcd_remove(struct clcd_fb *fb)
fb->fb.screen_base, fb->fb.fix.smem_start);
}

void clk_disable(struct clk *clk)
{
}

int clk_set_rate(struct clk *clk, unsigned long rate)
{
return 0;
}

int clk_enable(struct clk *clk)
{
return 0;
}

struct clk *clk_get(struct device *dev, const char *id)
{
return dev && strcmp(dev_name(dev), "fb") == 0 ? NULL : ERR_PTR(-ENOENT);
}

void clk_put(struct clk *clk)
{
}

static AMBA_AHB_DEVICE(fb, "fb", 0, 0x00104000, { NETX_IRQ_LCD }, NULL);

int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)
Expand Down

0 comments on commit 4bd04d8

Please sign in to comment.