Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251099
b: refs/heads/master
c: 1db41e0
h: refs/heads/master
i:
  251097: 90c2d17
  251095: 72f229c
v: v3
  • Loading branch information
axel lin authored and Paul Mundt committed May 24, 2011
1 parent d7f00e9 commit 30f1849
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: d15660a1e6b70c75456c72050e52af63bbeb05a3
refs/heads/master: 1db41e032d563eb47deab40dc5595be306b143ba
4 changes: 2 additions & 2 deletions trunk/drivers/video/da8xx-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ static struct fb_ops da8xx_fb_ops = {
.fb_blank = cfb_blank,
};

static int __init fb_probe(struct platform_device *device)
static int __devinit fb_probe(struct platform_device *device)
{
struct da8xx_lcdc_platform_data *fb_pdata =
device->dev.platform_data;
Expand Down Expand Up @@ -1165,7 +1165,7 @@ static int fb_resume(struct platform_device *dev)

static struct platform_driver da8xx_fb_driver = {
.probe = fb_probe,
.remove = fb_remove,
.remove = __devexit_p(fb_remove),
.suspend = fb_suspend,
.resume = fb_resume,
.driver = {
Expand Down

0 comments on commit 30f1849

Please sign in to comment.